Deprecation: #75575 - TranslateViewHelper htmlEscape argument marked as deprecated¶
See forge#75575
Description¶
The htmlEscape argument of the TranslateViewHelper has been marked as deprecated.
This ViewHelper now HTML escapes the translation by default. The argument value has no effect anymore.
Impact¶
Usages of <f:
view helper with argument set to false
will have the label HTML escaped anyway.
Usages of <f:
view helper with argument set to true
will have the label HTML escaped like before unless the view helper is wrapped with a <f:
Affected Installations¶
Installations with usages of <f:
in a context where HTML escaping is not desired (e.g. JavaScript).
Migration¶
<f:
needs to be wrapped by <f:
if the view helper result is needed in a different context than HTML