fix multiline string syntax error
This commit is contained in:
parent
fa123b7c9a
commit
81fa7346d3
@ -101,7 +101,7 @@ postUploadR = do
|
||||
defaultLayout [whamlet|<p>#{List.length points} points - thanks!|]
|
||||
Left _ ->
|
||||
defaultLayout
|
||||
[whamlet|<p>parse error ]
|
||||
[whamlet|<p>parse error |]
|
||||
FormMissing ->
|
||||
defaultLayout [whamlet|<p>FormMissing (?)|]
|
||||
FormFailure errors ->
|
||||
|
Loading…
Reference in New Issue
Block a user