mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-27 19:30:25 +01:00
Avoid double-escaping docs
This commit is contained in:
parent
c1e16d8e1a
commit
9b299e870e
@ -22,7 +22,7 @@
|
|||||||
$if null docs
|
$if null docs
|
||||||
<p .nodocs>No documentation available.
|
<p .nodocs>No documentation available.
|
||||||
$else
|
$else
|
||||||
<p .docs>#{docs}
|
<p .docs>#{preEscapedToHtml docs}
|
||||||
<p .pagination>
|
<p .pagination>
|
||||||
$with mpageCount <- fmap getPageCount mtotalCount
|
$with mpageCount <- fmap getPageCount mtotalCount
|
||||||
Page #{page} of #{maybe "many" show mpageCount} #
|
Page #{page} of #{maybe "many" show mpageCount} #
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user