diff options
Diffstat (limited to 'Build/EvilSplicer.hs')
-rw-r--r-- | Build/EvilSplicer.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/EvilSplicer.hs b/Build/EvilSplicer.hs index 9a7806200..0f0548917 100644 --- a/Build/EvilSplicer.hs +++ b/Build/EvilSplicer.hs @@ -553,7 +553,7 @@ mangleCode = flip_colon {- Sometimes a string will end with ".."#, and the hash needs to be - removed. -} - remove_weird_string_hash = replace "\"#" "#" + remove_weird_string_hash = replace "\"#" "\"" {- This works around a problem in the expanded template haskell for Yesod - type-safe url rendering. |