Bug #75138
closedhard-coded <![CDATA[]]> support is missing in fluid template and language files (xlf)
0%
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
Updated by Oliver Hader almost 8 years ago
- Status changed from New to Accepted
- Sprint Focus set to Stabilization Sprint
Confirmed and not possible in 8.6-dev
Updated by Oliver Hader almost 8 years ago
- Priority changed from Could have to Must have
Updated by Benni Mack almost 8 years ago
- Target version changed from 8.6 to 8 LTS
Updated by Wolfgang Klinger over 7 years ago
What's the status of this ticket? Any workaround for now? I have to output dynamic data as Javascript. That worked (though rather annoying with all this CDATA stuff) in all versions until now … tia
Updated by Benni Mack over 7 years ago
- Target version changed from 8 LTS to Candidate for patchlevel
Updated by Susanne Moog over 4 years ago
- Status changed from Accepted to Closed
This is working in current versions of TYPO3 - the core is using that for "systemmessage.intro" for example.