Update of /cvsroot/php-blog/serendipity/plugins/serendipity_plugin_remoterss
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16177/plugins/serendipity_plugin_remoterss
Modified Files:
Tag: branch-smarty
serendipity_plugin_remoterss.php
Log Message:
fixed minor xhtml issues
Index: serendipity_plugin_remoterss.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/plugins/serendipity_plugin_remoterss/serendipity_plugin_remoterss.php,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -u -d -r1.5 -r1.5.2.1
--- serendipity_plugin_remoterss.php 20 Aug 2004 07:44:37 -0000 1.5
+++ serendipity_plugin_remoterss.php 20 Sep 2004 14:32:26 -0000 1.5.2.1
@@ -409,7 +409,7 @@
if (!empty($bulletimg)) {
$content .= '<img src="' . $bulletimg . '" border="0" alt="*" /> ';
}
- $content .= $item['title'] . "</a><br>\n";
+ $content .= $item['title'] . "</a><br />\n";
$item['timestamp'] = strtotime(isset($item['pubdate']) ? $item['pubdate'] : $item['dc:date']);
if (!($item['timestamp'] == -1) AND ($displaydate == 'true')) {
$content .= '<div class="serendipitySideBarDate">'
|