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

Also available in: Atom PDF