ViewHelper Documentation
format.htmlspecialchars
Applies htmlspecialchars() escaping to a value
Arguments
value string
string to format
keepQuotes boolean
if TRUE, single and double quotes won't be replaced (sets ENT_NOQUOTES flag)
encoding string
doubleEncode boolean
If FALSE existing html entities won't be encoded, the default is to convert everything.