- Affected version
- 2.1.0 Beta 2
HTML:
tooltip="{{ phrase('enable_disable_x', {'title': $navigation.title}) }}" />
This should be either escaped or the Templater should generally take care of this:
Fixed - Unescaped phrase in \XF\Template\Templater::getDataRowCell()
Phrase delete is not escaped when used in \XF\Template\Templater::getDataRowCell() for a title attribute. if (!$tooltip) { $tooltip = \XF::phrase('delete'); } $html = "";
xenforo.com