Actions
Bug #74039
closedFluid Typolink output is always escaped
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
<a href="index.php?id=1">test</a>
instead of
<a href="index.php?id=1">test</a>
Actions