[TYPO3-templavoila] RTE in my FCE renders &lt; strong&gt; instead of <strong>

Matej Smitala matej.smitala at gmail.com
Mon Jul 20 18:40:33 CEST 2009


Hello,

I have this problem, that my RTE in FCE doesnt work in a way it should.

In source of frontend page, i get &lt;strong&gt; instead of <strong> for
exaple...

I already read this probably caused by function htmlspecialchars(), problem
is, that i have no idea where call to this function is being performed.


This is basicaly all i did:


created DS/TO of my FCE:

...
                <TCEforms type="array">
                    <config type="array">
                        <type>text</type>
                        <cols>48</cols>
                        <rows>5</rows>
                    </config>
                    <label>Text</label>

<defaultExtras>richtext[*]:rte_transform[mode=ts_css]</defaultExtras>
                </TCEforms>
...

ROOT (mapped to div tag)
- header (element, header field, mapped to h2 tag)
- text (element, RTE bodytext, mapped to p tag)

Any help appreciated...

Greetings

Matej Smitala


More information about the TYPO3-project-templavoila mailing list