Project

General

Profile

Actions

Bug #74039

closed

Fluid Typolink output is always escaped

Added by Marius Wieschollek over 8 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Fluid
Target version:
-
Start date:
2016-03-03
Due date:
% Done:

100%

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

Description

The fluid TypolinkViewHelper always outputs escaped html code.

Given this code in the template:

<f:link.typolink parameter="1">test</f:link.typolink>

you will get this output in the frontend

&lt;a href=&quot;index.php?id=1&quot;&gt;test&lt;/a&gt;

instead of

<a href="index.php?id=1">test</a>

Actions #1

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

Actions #2

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

Actions #3

Updated by Marius Wieschollek over 8 years ago

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

Updated by Benni Mack almost 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF