<! [CDATA [...]]> does not work in TYPO3 v8 Fluid

I recently upgraded from TYPO3 7.6 to 8.7 and found that using

<![CDATA[ { ]]> 

to avoid curly braces in Fluid, no longer works.

Any tips are welcome?

+6
source share
1 answer
<f:format.raw value="{" />

can do the trick.

+6
source

Source: https://habr.com/ru/post/1016565/


All Articles