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>
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
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
Updated by Marius Wieschollek over 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 990acf94c343e1cb46b7d05fbddbde1d65aa68d9.
Actions