Friday 19 December 2008 2:24:53 am
Hi,
Since few weeks, my HTML code, inserted from the editor with the literal tag, is no longer interpreted by eZ Publish. For instance, if i write this on my editor :
<literal class="html"><i>Hello World ! </i><br /></literal>
The article on the frontend will display :
<i>Hello World ! </i><br />
I've tryed to clear all cache (within the backend and from a shell with 'ezcache.php --clear-all') but nothing has changed. I've also deleted the cache folder on /var
Regarding my content.ini files, - settings/content.ini :
[literal]
AvailableClasses[]
# The class 'html' is disabled by default because it gives editors the
# possibility to insert html and javascript code in XML blocks.
# Don't enable the 'html' class unless you really trust all users who has
# privileges to edit objects containing XML blocks.
#AvailableClasses[]=html
CustomAttributes[]
- settings/siteaccess/mysite/content.ini :
[literal]
AvailableClasses[]
AvailableClasses[]=html
- settings/override/content.ini :
Nothing about the html class
Any idea about my problem ? Thanks. Benjamin
|