Project

General

Profile

Actions

Bug #75138

closed

hard-coded <![CDATA[]]> support is missing in fluid template and language files (xlf)

Added by Harald no-lastname-given about 8 years ago. Updated almost 4 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Fluid
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

Also available in: Atom PDF