Fix FIXME comment on htmlField (fixes #328).
This commit is contained in:
parent
74a826fbb4
commit
a2cb436828
@ -146,7 +146,7 @@ htmlField :: RenderMessage master FormMessage => Field sub master Html
|
|||||||
htmlField = Field
|
htmlField = Field
|
||||||
{ fieldParse = blank $ Right . preEscapedText . sanitizeBalance
|
{ fieldParse = blank $ Right . preEscapedText . sanitizeBalance
|
||||||
, fieldView = \theId name attrs val _isReq -> toWidget [hamlet|
|
, 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?
|
||||||
<textarea id="#{theId}" name="#{name}" *{attrs}>#{showVal val}
|
<textarea id="#{theId}" name="#{name}" *{attrs}>#{showVal val}
|
||||||
|]
|
|]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user