Project

General

Profile

Actions

Bug #91301

open

Wrong encoding for "displayResults"

Added by Gerhard Rupp about 4 years ago. Updated about 2 years ago.

Status:
Accepted
Priority:
Should have
Assignee:
Category:
Localization
Target version:
-
Start date:
2020-05-04
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Remote Sprint

Description

As some values in locallang.xlf file contain entities for angle brackets these have to be decoded before frontend rendering in partial Search.html

F. e.

<is:pageBrowsingResults numberOfResults="{result.count}" currentPage="{searchParams.pointer}" resultsPerPage="{searchParams.numberOfResults}" />

should be wrapped with format.htmlentitiesDecode ViewHelper

<f:format.htmlentitiesDecode><is:pageBrowsingResults numberOfResults="{result.count}" currentPage="{searchParams.pointer}" resultsPerPage="{searchParams.numberOfResults}" /></f:format.htmlentitiesDecode>

Files


Related issues 1 (0 open1 closed)

Has duplicate TYPO3 Core - Bug #91386: Indexed_search invalid translation string in DEClosed2020-05-13

Actions
Actions

Also available in: Atom PDF