webnick2007
05-13-2010, 01:27 AM
The default implementation of my php template does this but when I view the pages in Firefox, I'm not seeing any text and all the html is escaped and is nested like this:
<entry>
<summary></summary>
<content><![CDATA .....character replaced html here......]</content>
</entry>
shouldn't Atom take un-escaped (non-replaced) special characters and html? What am I doing wrong?
Thanks.
<entry>
<summary></summary>
<content><![CDATA .....character replaced html here......]</content>
</entry>
shouldn't Atom take un-escaped (non-replaced) special characters and html? What am I doing wrong?
Thanks.