Avoid double-escaping docs

This commit is contained in:
Michael Snoyman 2016-06-02 20:31:34 +03:00 committed by Chris Done
parent c1e16d8e1a
commit 9b299e870e

View File

@ -22,7 +22,7 @@
$if null docs
<p .nodocs>No documentation available.
$else
<p .docs>#{docs}
<p .docs>#{preEscapedToHtml docs}
<p .pagination>
$with mpageCount <- fmap getPageCount mtotalCount
Page #{page} of #{maybe "many" show mpageCount} #