ViewHelper Documentation
format.htmlspecialchars
Applies htmlspecialchars() escaping to a value
= Examples =
<f:format.htmlspecialchars>{text}</f:format.htmlspecialchars>
{text -> f:format.htmlspecialchars(encoding: 'ISO-8859-1')}
Arguments
value string, required
Value to format
keepQuotes boolean, required
If TRUE quotes will not be replaced (ENT_NOQUOTES)
encoding string, required
Encoding
doubleEncode boolean, required
If FALSE html entities will not be encoded