Fix indent

This commit is contained in:
Ian Ross 2013-04-21 15:14:38 +02:00
parent 9f03635518
commit fa7f0fe001

View file

@ -274,7 +274,7 @@ renderTagList :: Tags -> Compiler (String)
renderTagList = renderTags makeLink (intercalate ", ")
where
makeLink tag url count _ _ = renderHtml $
H.a ! A.href (toValue url) $ toHtml (tag ++ " (" ++ show count ++ ")")
H.a ! A.href (toValue url) $ toHtml (tag ++ " (" ++ show count ++ ")")
--------------------------------------------------------------------------------