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 #1

Updated by Tomita Militaru over 7 years ago

I am working on this one

Actions #2

Updated by Gerrit Code Review over 7 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

Actions #3

Updated by Gerrit Code Review over 7 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

Actions #4

Updated by Tomita Militaru over 7 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #5

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF