This commit is contained in:
Joey Hess 2014-05-25 23:09:45 -04:00
parent 9b7fa4ad07
commit 062e37d201
Failed to extract signature

View file

@ -553,7 +553,7 @@ mangleCode = flip_colon
{- Sometimes a string will end with ".."#, and the hash needs to be {- Sometimes a string will end with ".."#, and the hash needs to be
- removed. - removed.
-} -}
remove_weird_string_hash = replace "\"#" "#" remove_weird_string_hash = replace "\"#" "\""
{- This works around a problem in the expanded template haskell for Yesod {- This works around a problem in the expanded template haskell for Yesod
- type-safe url rendering. - type-safe url rendering.