summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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