typo
This commit is contained in:
parent
9b7fa4ad07
commit
062e37d201
1 changed files with 1 additions and 1 deletions
|
@ -553,7 +553,7 @@ mangleCode = flip_colon
|
||||||
{- Sometimes a string will end with ".."#, and the hash needs to be
|
{- Sometimes a string will end with ".."#, and the hash needs to be
|
||||||
- removed.
|
- removed.
|
||||||
-}
|
-}
|
||||||
remove_weird_string_hash = replace "\"#" "#"
|
remove_weird_string_hash = replace "\"#" "\""
|
||||||
|
|
||||||
{- This works around a problem in the expanded template haskell for Yesod
|
{- This works around a problem in the expanded template haskell for Yesod
|
||||||
- type-safe url rendering.
|
- type-safe url rendering.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue