diff options
-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, |