Actions
Bug #90080
closedFluid ViewHelper inline f:translate with f:format.raw not working
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Fluid
Target version:
-
Start date:
2020-01-10
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
fluid, viewhelper, inline
Complexity:
Is Regression:
Sprint Focus:
Description
Hello!
The following usage of ViewHelpers should (IMHO) produce the same output:
<f:format.raw><f:translate key="KEY"/></f:format.raw>
{f:translate(key:'KEY')->f:format.raw()}
Currently (TYPO3 9.5.11) it does not.
I tried with a translation string that has in the text.
With the inline Viewhelper usage I get ­
with the tags it works, i get
Kind regards,
Chris
Actions