From a2cb4368285e122b7ea6e2f80d975e92b024e3fd Mon Sep 17 00:00:00 2001 From: Felipe Lessa Date: Wed, 11 Apr 2012 08:34:55 -0300 Subject: [PATCH] Fix FIXME comment on htmlField (fixes #328). --- yesod-form/Yesod/Form/Fields.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yesod-form/Yesod/Form/Fields.hs b/yesod-form/Yesod/Form/Fields.hs index 1254e371..81f37bf1 100644 --- a/yesod-form/Yesod/Form/Fields.hs +++ b/yesod-form/Yesod/Form/Fields.hs @@ -146,7 +146,7 @@ htmlField :: RenderMessage master FormMessage => Field sub master Html htmlField = Field { fieldParse = blank $ Right . preEscapedText . sanitizeBalance , fieldView = \theId name attrs val _isReq -> toWidget [hamlet| - -- FIXME: There was a class="html" attribute, for what purpose? +$# FIXME: There was a class="html" attribute, for what purpose?