Atom feed invalid when using picasa plugin
Posted: Fri Apr 24, 2009 12:19 am
I discovered that my atom feed was invalid when using serendipity_event_picasa because there was an unclosed <img> tag, which is valid in html but invalid in xml/xhtml.
The problem is in each of the .tpl files in the serendipity_event_picasa plugin. Each of them does not close its <img> tags. The fix is simply to replace <img ...... > with <img ....... /> in each .tpl file. With that fix, my atom feed validates correctly again.
greg
The problem is in each of the .tpl files in the serendipity_event_picasa plugin. Each of them does not close its <img> tags. The fix is simply to replace <img ...... > with <img ....... /> in each .tpl file. With that fix, my atom feed validates correctly again.
greg