mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-11 19:58:28 +01:00
Avoid double-escaping docs
This commit is contained in:
parent
c1e16d8e1a
commit
9b299e870e
@ -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} #
|
||||
|
||||
Loading…
Reference in New Issue
Block a user