.. include:: /Includes.rst.txt .. _deprecation-75575: ================================================================================== Deprecation: #75575 - TranslateViewHelper htmlEscape argument marked as deprecated ================================================================================== See :issue:`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 `` view helper with argument set to `false` will have the label HTML escaped anyway. Usages of `` view helper with argument set to `true` will have the label HTML escaped like before unless the view helper is wrapped with a `` Affected Installations ====================== Installations with usages of `` in a context where HTML escaping is not desired (e.g. JavaScript). Migration ========= `` needs to be wrapped by `` if the view helper result is needed in a different context than HTML .. index:: Fluid, Frontend