summaryrefslogtreecommitdiff
path: root/Build/EvilSplicer.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-05-25 23:09:45 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-05-25 23:09:45 -0400
commit3761d7e88b0504ed7970d2caa16be95846fef052 (patch)
treee1b7b5e7d9dfb5309296e3886386f30c7c130107 /Build/EvilSplicer.hs
parent5b079262a0ba9387844a1886938133d49d11a8bb (diff)
typo
Diffstat (limited to 'Build/EvilSplicer.hs')
-rw-r--r--Build/EvilSplicer.hs2
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.