Project

General

Profile

Actions

Bug #77797

closed

Wrong escaping in indexed_search/Resources/Private/Partials/Rules.html

Added by Frans Saris over 7 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Indexed Search
Target version:
Start date:
2016-09-02
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:
On Location Sprint

Description

The f:translate tags in the partial should be wrapped in <f:format.raw as the translation contains html tags

<f:if condition="{settings.displayRules}">
<div class="tx-indexedsearch-rules">
    <h2><f:format.raw><f:translate key="rules.headline" /></f:format.raw></h2>
    <p><f:format.raw><f:translate key="rules.text" /></f:format.raw></p>
</div>
</f:if>
Actions

Also available in: Atom PDF