Package

ViewHelpers

ViewHelper Documentation

format.htmlentitiesDecode

Applies html_entity_decode() to a value

= Examples =

<f:format.htmlentitiesDecode>{text}</f:format.htmlentitiesDecode> Text with & " < > replaced by unescaped entities (html_entity_decode applied).

{text -> f:format.htmlentitiesDecode(encoding: 'ISO-8859-1')} Text with & " < > replaced by unescaped entities (html_entity_decode applied).

Arguments

value string

string to format

keepQuotes boolean

if TRUE, single and double quotes won't be replaced (sets ENT_NOQUOTES flag)

encoding string

the encoding format

ViewHelper Resources

Schema Resources