diff options
author | David Waern <david.waern@gmail.com> | 2012-02-04 03:01:30 +0100 |
---|---|---|
committer | David Waern <david.waern@gmail.com> | 2012-02-04 03:01:30 +0100 |
commit | 5e0812943b3da5952e9c50fb93f6079cb9f1c858 (patch) | |
tree | 20452e6b4a370f419fb55bb3795e7f81125a1bb6 /src/Haddock/Backends/Xhtml.hs | |
parent | e596b668926725fc19f1e4f63ffcc569cdd93eda (diff) | |
parent | 11385cf01f0d852782444ebfeb4e5092c174c6f8 (diff) |
Merge branch 'fix-for-186' of https://github.com/sol/haddock into ghc-7.4
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 52bde5b6..c8998f3e 100644 --- a/src/Haddock/Backends/Xhtml.hs +++ b/src/Haddock/Backends/Xhtml.hs @@ -175,7 +175,7 @@ bodyHtml doctitle iface contentsButton maybe_contents_url, indexButton maybe_index_url]) ! [theclass "links", identifier "page-menu"], - nonEmpty sectionName << doctitle + nonEmptySectionName << doctitle ], divContent << pageContent, divFooter << paragraph << ( |