Page 1 of 1

Atom feed invalid when using picasa plugin

Posted: Fri Apr 24, 2009 12:19 am
by greenwayg
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

Re: Atom feed invalid when using picasa plugin

Posted: Fri Apr 24, 2009 10:45 am
by garvinhicking
Hi!

Thanks for mentioning this, I've fixed it!

Regards,
Garvin