Project

General

Profile

Actions

Bug #77901

closed

HTML tags in default indexed_search Fluid output get escaped

Added by Felix Rauch over 7 years ago. Updated over 5 years ago.

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

100%

Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Yes
Sprint Focus:

Description

In the default Extbase & Fluid indexed_search template, there is a ViewHelper outputting information about the number of search results, and which ones are being displayed on the current page. The counts get wrapped in <strong> tags, but since the output string gets escaped, they end up as &lt;strong&gt; in the page source.

Since the parameters that get put in the generated string are generated by TYPO3 internally, and cannot be changed from the outside, I think it would be safe to return the output of the ViewHelper in raw form.

How to reproduce:
  1. Create a basic template to output content, and make the content indexable by indexed_search
  2. Index some pages with indexed_search
  3. On the search page, with no further setup of the Extbase & Fluid plugin, search for any term that would return results
  4. As you can see, the text (i.e. Displaying results <strong>1 to 1</strong> out of <strong>1</strong> ) is shown with escaped tags.
Actions #1

Updated by Felix Rauch over 7 years ago

  • Description updated (diff)
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/49897

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/49897

Actions #4

Updated by Felix Rauch over 7 years ago

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

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF