aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/src/Haddock/Backends/Xhtml/Layout.hs
diff options
context:
space:
mode:
authorƁukasz Hanuszczak <lukasz.hanuszczak@gmail.com>2015-07-21 13:43:48 +0200
committerMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2015-08-21 18:22:31 +0100
commitb4a82b390e3b6d7d5f1c10c42c4e36d5d7cf667b (patch)
tree8cbdab9ebf68cab50c28c5bceb3751a3b36bcd4a /haddock-api/src/Haddock/Backends/Xhtml/Layout.hs
parenta314ebd0af69cc1f6c76bfd8242d88d47277fcda (diff)
Make specialized signatures refer to original signature declaration.
Diffstat (limited to 'haddock-api/src/Haddock/Backends/Xhtml/Layout.hs')
-rw-r--r--haddock-api/src/Haddock/Backends/Xhtml/Layout.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/haddock-api/src/Haddock/Backends/Xhtml/Layout.hs b/haddock-api/src/Haddock/Backends/Xhtml/Layout.hs
index 188b4243..d971b0e5 100644
--- a/haddock-api/src/Haddock/Backends/Xhtml/Layout.hs
+++ b/haddock-api/src/Haddock/Backends/Xhtml/Layout.hs
@@ -211,7 +211,7 @@ subClsInstance sid hdr mets =
where
anchorId = makeAnchorId $ "i:" ++ sid
hdrDiv = thediv ! collapseControl anchorId False "instance" << hdr
- methodDiv = thediv ! collapseSection anchorId False [] << subMethods mets
+ methodDiv = thediv ! collapseSection anchorId False [] << subBlock mets
subMethods :: [Html] -> Html