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!|]
|
defaultLayout [whamlet|<p>#{List.length points} points - thanks!|]
|
||||||
Left _ ->
|
Left _ ->
|
||||||
defaultLayout
|
defaultLayout
|
||||||
[whamlet|<p>parse error ]
|
[whamlet|<p>parse error |]
|
||||||
FormMissing ->
|
FormMissing ->
|
||||||
defaultLayout [whamlet|<p>FormMissing (?)|]
|
defaultLayout [whamlet|<p>FormMissing (?)|]
|
||||||
FormFailure errors ->
|
FormFailure errors ->
|
||||||
|
Loading…
Reference in New Issue
Block a user