Atom feed invalid when using picasa plugin

Found a bug? Tell us!!
Post Reply
greenwayg
Regular
Posts: 34
Joined: Wed Jan 02, 2008 8:25 pm

Atom feed invalid when using picasa plugin

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Atom feed invalid when using picasa plugin

Post by garvinhicking »

Hi!

Thanks for mentioning this, I've fixed it!

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply