[TYPO3-mvc] RTE-content output with Extbase
Bastian Waidelich
bastian at typo3.org
Tue Jun 2 14:17:26 CEST 2009
Joerg Schoppet wrote:
Hi Joerg,
> - <f:format.html>{product.description}</f:format.html>
This should be enough as "lib.parseFunc_RTE" will be used by default for
parsing the content.
> But always, the html-code is escaped.
That's probably a major bug that were introduced with
http://forge.typo3.org/repositories/revision/typo3v4-mvc/725
("ObjectAccessors {...} are now automatically HTMLspecialChar'd").
I'll fix that tonight. Until then you could try adding
$value = htmlspecialchars_decode($value);
after line 71 of Tx_Fluid_ViewHelpers_Format_HtmlViewHelper. And please
be so kind to report whether that works for you.
Thanks,
Bastian
More information about the TYPO3-project-typo3v4mvc
mailing list