diff --git a/Handler/Common.hs b/Handler/Common.hs index e9cd87f..36b376f 100644 --- a/Handler/Common.hs +++ b/Handler/Common.hs @@ -50,7 +50,7 @@ currencyField = Field Right (a, "") -> Right $ floor $ 100 * a _ -> Left $ MsgInvalidNumber rawVals , fieldView = \theId name attr val req -> toWidget [hamlet|$newline never - + |] , fieldEnctype = UrlEncoded } @@ -65,7 +65,7 @@ amountField = Field Right (a, "") -> Right a _ -> Left $ MsgInvalidInteger s , fieldView = \theId name attr val req -> toWidget [hamlet|$newline never - + |] , fieldEnctype = UrlEncoded }