diff options
author | simonmar <unknown> | 2002-05-27 14:53:53 +0000 |
---|---|---|
committer | simonmar <unknown> | 2002-05-27 14:53:53 +0000 |
commit | 16e64e21368daa34abbce8b99da157a6a8bcdb57 (patch) | |
tree | ae04244557e528b61202d9b2751a459e79318ad4 | |
parent | 69c8f763c66529cd2b38629c31825c646605695e (diff) |
[haddock @ 2002-05-27 14:53:53 by simonmar]
hyperlinked identifiers should be in <tt>
-rw-r--r-- | src/HaddockHtml.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/HaddockHtml.hs b/src/HaddockHtml.hs index b1d75fc7..85e7b2b8 100644 --- a/src/HaddockHtml.hs +++ b/src/HaddockHtml.hs @@ -833,7 +833,7 @@ htmlMarkup = Markup { markupEmpty = toHtml "", markupString = toHtml, markupAppend = (+++), - markupIdentifier = ppHsQName . head, + markupIdentifier = tt . ppHsQName . head, markupModule = ppHsModule, markupEmphasis = emphasize . toHtml, markupMonospaced = tt . toHtml, |