fix multiline string syntax error

This commit is contained in:
Daniel Barlow 2024-11-05 18:57:52 +00:00
parent fa123b7c9a
commit 81fa7346d3

View File

@ -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 ->