diff options
| -rw-r--r-- | src/HaddockHtml.hs | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/HaddockHtml.hs b/src/HaddockHtml.hs index 4739c84b..80a06806 100644 --- a/src/HaddockHtml.hs +++ b/src/HaddockHtml.hs @@ -861,6 +861,7 @@ htmlMarkup = Markup {  -- If the doc is a single paragraph, don't surround it with <P> (this causes  -- ugly extra whitespace with some browsers).  docToHtml (DocParagraph p) = docToHtml p +docToHtml (DocCodeBlock p) = docToHtml (DocMonospaced p)  docToHtml doc = markup htmlMarkup doc  -- ----------------------------------------------------------------------------- | 
