don't close tags that are closed by hamlet

This commit is contained in:
Sören Brunk 2014-04-21 13:05:52 +02:00
parent ce0ecbeefc
commit ccc8afb59d
36 changed files with 144 additions and 82 deletions

View file

@ -106,4 +106,4 @@ htmlIcon UpgradeIcon = bootstrapIcon "arrow-up"
htmlIcon ConnectionIcon = bootstrapIcon "signal"
bootstrapIcon :: Text -> Widget
bootstrapIcon name = [whamlet|<span .glyphicon .glyphicon-#{name}></span>|]
bootstrapIcon name = [whamlet|<span .glyphicon .glyphicon-#{name}>|]