diff options
author | Joey Hess <joey@kitenet.net> | 2013-04-17 13:18:53 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-04-17 13:18:53 -0400 |
commit | 563a4b83dea6348c43a38acf268c8e5099227ed8 (patch) | |
tree | 4e868d67fd80b604bb3d132d904b94e4fce00cb9 /Build/EvilSplicer.hs | |
parent | 90f630b29163320765286add4fbf4f3a5eb34b40 (diff) |
tighten search and replace slightly
Diffstat (limited to 'Build/EvilSplicer.hs')
-rw-r--r-- | Build/EvilSplicer.hs | 4 |
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 |