[TYPO3-english] RTE transformation problem

Andy Pattynama andy.pattynama at gmail.com
Thu Dec 18 11:53:09 CET 2008


Hi there,

I'm using TYPO3 4.2.1 with the tinyrte extension 1.8.1. When I edit a
flexible content element with the RTE and I mark something as bold,
the output in the frontend is:
<b>this is a test</b> (it's not bold, the <b> tag is printed as is)

In the database (checking through phpmyadmin), the information is
stored as &lt;b&gt;this is a test&lt;/b&gt; . It seems to me like a
transformation problem. I tried the configuration option
RTE.default.proc.overruleMode = none and RTE.default.proc.overruleMode
= ts_css but that didn't help. How can I get the transformation
working, that it outputs the text bold instead of the html-tags?

Cheers
Andy


More information about the TYPO3-english mailing list