Actions
Bug #77797
closedWrong escaping in indexed_search/Resources/Private/Partials/Rules.html
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>
Updated by Gerrit Code Review over 8 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49780
Updated by Gerrit Code Review over 8 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49780
Updated by Tomita Militaru over 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset bbc2e4643e226bc8dd82d2e16f368d58d43b69d7.
Updated by Riccardo De Contardi over 7 years ago
- Status changed from Resolved to Closed
Actions