From: yellowled Date: Wed, 9 Apr 2008 22:57:42 +0000 (+0000) Subject: Modified generated code for serendipity_plugin_comments. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=7481ca660d1b3d7c7bc55236640a149a9c63b336;p=s9y.git Modified generated code for serendipity_plugin_comments. --- diff --git a/plugins/serendipity_plugin_comments/serendipity_plugin_comments.php b/plugins/serendipity_plugin_comments/serendipity_plugin_comments.php index 749dd66..d3173ec 100644 --- a/plugins/serendipity_plugin_comments/serendipity_plugin_comments.php +++ b/plugins/serendipity_plugin_comments/serendipity_plugin_comments.php @@ -222,13 +222,12 @@ class serendipity_plugin_comments extends serendipity_plugin printf( '
' . PLUGIN_COMMENTS_ABOUT . '
', - '' . $user . '', + '
' . $user . '', ' ' . htmlspecialchars($row['subject']) - . '
' . "\n" - . '' . htmlspecialchars(serendipity_strftime($dateformat, $row['stamp'])) . '
' . "\n" - . '' . strip_tags($entry['comment'], '
') . '
' - . '


' . "\n\n" + . '
' . "\n" + . '
' . htmlspecialchars(serendipity_strftime($dateformat, $row['stamp'])) . '
' . "\n" + . '
' . strip_tags($entry['comment'], '
') . '
' . "\n\n" ); } }