Update of /cvsroot/php-blog/serendipity
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20203
Modified Files:
serendipity_functions.inc.php
Log Message:
Misplaced <hr>
Index: serendipity_functions.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/serendipity_functions.inc.php,v
retrieving revision 1.415
retrieving revision 1.416
diff -u -d -r1.415 -r1.416
--- serendipity_functions.inc.php 5 Sep 2004 19:20:36 -0000 1.415
+++ serendipity_functions.inc.php 5 Sep 2004 19:32:53 -0000 1.416
@@ -2345,10 +2345,10 @@
if (strlen($res) != 0) {
serendipity_trackback_autodiscover($res, $parsed_loc, $url, $author, $title, $text);
serendipity_pingback_autodiscover($loc, $res);
- echo '<hr noshade="noshade" />';
} else {
echo '<div>• ' . TRACKBACK_NO_DATA . '</div>';
}
+ echo '<hr noshade="noshade" />';
}
/**
|