On Thursday 20 September 2007 15:45, Metzler, David wrote:
Yep, I think if you change from escape all html (which I think ignores the allowed tags by design), and then clear your cache, you'll be ok.
You will need to clear your cache. Mysql> delete from cache; Alternatively download the devel module to do this. There's a block for clearing the cache in that module.
I verified the exact same behavior with this configuration on my own site, and was able to fix it using these steps.
Hi David,
Thanks for that. Changing as you specified, clearing cache tables in database did the trick. Perfect.
Chris