diff options
author | Mark Lentczner <markl@glyphic.com> | 2010-07-27 21:06:34 +0000 |
---|---|---|
committer | Mark Lentczner <markl@glyphic.com> | 2010-07-27 21:06:34 +0000 |
commit | b99698a292a1475d1b7c3f49b2a4fccb9994ca7c (patch) | |
tree | e44d2e33b05c75248c8d41348c79f105360c2ae0 /src/Haddock/Backends/Xhtml.hs | |
parent | ccb3be7d8d24eda2b5d871b96966049f2f1a7fc3 (diff) |
give a class to empty dd elements so they can be hidden
Diffstat (limited to 'src/Haddock/Backends/Xhtml.hs')
-rw-r--r-- | src/Haddock/Backends/Xhtml.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Haddock/Backends/Xhtml.hs b/src/Haddock/Backends/Xhtml.hs index 7eb3180d..491ab9eb 100644 --- a/src/Haddock/Backends/Xhtml.hs +++ b/src/Haddock/Backends/Xhtml.hs @@ -186,7 +186,7 @@ bodyHtml doctitle iface themes pageContent = body << [ divPackageHeader << [ - sectionName << nonEmpty doctitle, + nonEmpty sectionName << doctitle, unordList (catMaybes [ srcButton maybe_source_url iface, wikiButton maybe_wiki_url (ifaceMod `fmap` iface), |