8
votes

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

<![CDATA[ { ]]> 

to escape a curly brace in Fluid no longer works.

Any advice is appreciated?

1
you can also use the curly braces with a line break after the brace.Dimitri L.
line break doesn*t work too.lisardo

1 Answers

13
votes
<f:format.raw value="{" />

might do the trick.