autobackup and xhtml

Found a bug? Tell us!!
Post Reply
stm999999999
Regular
Posts: 1531
Joined: Tue Mar 07, 2006 11:25 pm
Location: Berlin, Germany
Contact:

autobackup and xhtml

Post by stm999999999 »

the plugin for backup (great plugin!) is not xhtml-compatible:

Code: Select all

<img src="http://blog.example/plugin/checkautobackup" width="1" height="1" border="0">
at the end of each page should have an "alt" and must be a closed tag:

Code: Select all

<img src="http://blog.stephan.manske-net.de/plugin/checkautobackup" width="1" height="1" border="0" alt="internal image" />
patch in line 1416:

Code: Select all

					echo "<img src=\"".$serendipity['baseURL'] . ($serendipity['rewrite'] == "none" ? $serendipity['indexFile'] . "?/" : "") . "plugin/checkautobackup\" width=\"1\" height=\"1\" border=\"0\" alt=\"internal image\" />";
perhaps the cron-plugin (I do not use it) has the same problem?
Ciao, Stephan
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: autobackup and xhtml

Post by garvinhicking »

Hi!

This has been fixed a week or two ago, but it's not yet in spartacus (only in CVS) because of my server.

Thanks for reporting!

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