Actions
Bug #75138
closedhard-coded <![CDATA[]]> support is missing in fluid template and language files (xlf)
Start date:
2016-03-15
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
Sprint Focus:
Stabilization Sprint
Description
So far - to TYPO3 version 7.6.4 following was possible for output in FE
Fluid template:
...
<f:if condition="{settings.disable}==0">
window.test_options = <![CDATA[{]]>
message: '{f:translate(key: "message", extensionName: "myextension")}',
...
Language file *.xlf
...
<trans-unit id="message">
<target><![CDATA[<b>]]>mydomain.com<![CDATA[</b> ]]>this is content</target>
</trans-unit>
...
In the current TYPO3 version 8 (master), edged <![CDATA[something]]> text is displayed incorrectly or not in FE.
Somewhat overlooked or no longer supported ?!
Thank Harald
Actions