I just upgraded from 3.2 to 3.32. After I did it, a person mentioned that my Atom feed was now broken. More specifically, the HTML tags in the content section were being displayed rather than interpreted.
Fiddling around, I eventually discovered something: although encode_xml was set to 0, it was still placing the <!CDATA[ ... ]> sections around everything.
Curious, I removed encode_xml and tried setting encode_html to 0. HTML got encoded anyways.
How about remove_html? Added that in, set to 0 (remove_html="0"). HTML got removed.
This is all occuring on the MTEntryBody tag. No idea if it effects other tags as well.
Anyone else having this issue? Or is this just me?