aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/Backends/Xhtml.hs
diff options
context:
space:
mode:
authorMark Lentczner <markl@glyphic.com>2010-07-18 05:48:39 +0000
committerMark Lentczner <markl@glyphic.com>2010-07-18 05:48:39 +0000
commitb143d90c46e01a3c2724003c4805110fab4b224e (patch)
treea7a2dbdcd16471ab00f4ad22f6f2c9677a3c4144 /src/Haddock/Backends/Xhtml.hs
parent8b1faf5946561e8c4332187dd25f3b16b6d6c5ef (diff)
added content div to main pages
Diffstat (limited to 'src/Haddock/Backends/Xhtml.hs')
-rw-r--r--src/Haddock/Backends/Xhtml.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Haddock/Backends/Xhtml.hs b/src/Haddock/Backends/Xhtml.hs
index bac24479..24499f39 100644
--- a/src/Haddock/Backends/Xhtml.hs
+++ b/src/Haddock/Backends/Xhtml.hs
@@ -224,7 +224,7 @@ bodyHtml doctitle iface
indexButton maybe_index_url
] ++ [styleMenu]) ! [theclass "links"]
],
- pageContent,
+ divContent << pageContent,
divFooter << paragraph << (
"Produced by " +++
(anchor ! [href projectUrl] << toHtml projectName) +++