Update of /cvsroot/php-blog/serendipity/plugins/serendipity_plugin_comments
In directory sc8-pr-cvs1:/tmp/cvs-serv509
Modified Files:
serendipity_plugin_comments.php
Log Message:
Last min. typo, sorry
Index: serendipity_plugin_comments.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/plugins/serendipity_plugin_comments/serendipity_plugin_comments.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- serendipity_plugin_comments.php 8 Oct 2003 17:08:16 -0000 1.6
+++ serendipity_plugin_comments.php 8 Oct 2003 17:10:00 -0000 1.7
@@ -125,7 +125,7 @@
printf(
$out,
htmlentities($row['user']),
- ' <a class="highlight" href="' . serendipity_archiveURL($row['entry_id'], $row['subject']) ,'" title="' . htmlentities($row['subject']) . '">'
+ ' <a class="highlight" href="' . serendipity_archiveURL($row['entry_id'], $row['subject']) .'" title="' . htmlentities($row['subject']) . '">'
. htmlentities($row['subject'])
. '</a><br />' . "\n"
. htmlentities(strftime($dateformat, $row['stamp'])) . '<br />' . "\n"
|