ViewHelper Documentation
format.htmlentities
Applies htmlentities() escaping to a value
= Examples =
<f:format.htmlentities>{text}</f:format.htmlentities>
{text -> f:format.htmlentities(encoding: 'ISO-8859-1')}
Arguments
value string
string to format
keepQuotes anySimpleType
If TRUE, single and double quotes won't be replaced (sets ENT_NOQUOTES flag).
encoding string
doubleEncode anySimpleType
If FALSE existing html entities won't be encoded, the default is to convert everything.