summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-04-17 13:18:53 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-04-17 13:18:53 -0400
commit563a4b83dea6348c43a38acf268c8e5099227ed8 (patch)
tree4e868d67fd80b604bb3d132d904b94e4fce00cb9 /Build
parent90f630b29163320765286add4fbf4f3a5eb34b40 (diff)
tighten search and replace slightly
Diffstat (limited to 'Build')
-rw-r--r--Build/EvilSplicer.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/EvilSplicer.hs b/Build/EvilSplicer.hs
index 074904192..08b54226c 100644
--- a/Build/EvilSplicer.hs
+++ b/Build/EvilSplicer.hs
@@ -486,13 +486,13 @@ yesod_url_render_hack = parsecAndReplace $ do
whitespace
string "(\\"
whitespace
- token
+ wtf <- token
whitespace
string "->"
whitespace
renderer <- token
whitespace
- token
+ string wtf
whitespace
return $ "(toHtml (flip " ++ renderer ++ " "
where