Page 1 of 1

autobackup and xhtml

Posted: Sun Sep 17, 2006 12:47 am
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?

Re: autobackup and xhtml

Posted: Sun Sep 17, 2006 4:17 pm
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