[TYPO3-english] TemplaVoila and CDATA
Jeppe Donslund
jd at masters.dk
Wed Sep 29 10:20:24 CEST 2010
I have a textfield in my templaVoila template.
I is supposed to contain html, but it renders as regular text in front
end. <b> = <b> you know :-)
In my DS I have tried this:
<TypoScript>
<![CDATA[
10 = TEXT
10.current = 1
10.wrap = <b>|</b>
]]>
</TypoScript>
I get the b-tags around my text, but it is still nor rendered as html.
What do I do wrong?
Jeppe Donslund
More information about the TYPO3-english
mailing list