autobackup and xhtml
Posted: Sun Sep 17, 2006 12:47 am
the plugin for backup (great plugin!) is not xhtml-compatible:
at the end of each page should have an "alt" and must be a closed tag:
patch in line 1416:
perhaps the cron-plugin (I do not use it) has the same problem?
Code: Select all
<img src="http://blog.example/plugin/checkautobackup" width="1" height="1" border="0">Code: Select all
<img src="http://blog.stephan.manske-net.de/plugin/checkautobackup" width="1" height="1" border="0" alt="internal image" />
Code: Select all
echo "<img src=\"".$serendipity['baseURL'] . ($serendipity['rewrite'] == "none" ? $serendipity['indexFile'] . "?/" : "") . "plugin/checkautobackup\" width=\"1\" height=\"1\" border=\"0\" alt=\"internal image\" />";