[solved] s9y 1.4-alpha1 syndication plugin?

Found a bug? Tell us!!
Post Reply
u1amo01
Regular
Posts: 273
Joined: Fri Sep 28, 2007 3:55 pm
Location: Kurpfalz, Germany
Contact:

[solved] s9y 1.4-alpha1 syndication plugin?

Post by u1amo01 »

Hi,
when I try to validate my blog, there are some errors. Looks like the syndication plugin sets a <ul> at the beginning and no </ul> at the end.

Any hints? Thank you :-)

http://validator.w3.org/check?uri=http% ... or%2F1.591
Last edited by u1amo01 on Thu Nov 06, 2008 3:28 pm, edited 1 time in total.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: s9y 1.4-alpha1 syndication plugin?

Post by garvinhicking »

Hi!

Good catch! I fixed this in SVN, will be in the next snapshot.

http://svn.berlios.de/viewcvs/serendipi ... 7&view=rev

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/
u1amo01
Regular
Posts: 273
Joined: Fri Sep 28, 2007 3:55 pm
Location: Kurpfalz, Germany
Contact:

Post by u1amo01 »

Wow. That was fast.

Hmm, I've replaced the old with the new plugin_internal.inc.php and now I'll get

Code: Select all

Parse error: syntax error, unexpected T_CLASS, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}
Any thing else to do?
u1amo01
Regular
Posts: 273
Joined: Fri Sep 28, 2007 3:55 pm
Location: Kurpfalz, Germany
Contact:

Post by u1amo01 »

u1amo01 wrote:Wow. That was fast.

Hmm, I've replaced the old with the new plugin_internal.inc.php and now I'll get

Code: Select all

Parse error: syntax error, unexpected T_CLASS, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}
Anything else to do?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

Ah, stupid me. I've submitted a new patch at the SVN location. I used ?> instead of <?php :)

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/
u1amo01
Regular
Posts: 273
Joined: Fri Sep 28, 2007 3:55 pm
Location: Kurpfalz, Germany
Contact:

Post by u1amo01 »

Great. That's it. With http://svn.berlios.de/viewcvs/serendipi ... v&rev=2368 everything is fine.

Thanks!

Some day I have to learn php, I fear :(
Post Reply