From 57e6802b9446f69845d91e7c2c9b7badf1115b66 Mon Sep 17 00:00:00 2001 From: garvinhicking Date: Thu, 12 Jan 2006 10:51:25 +0000 Subject: [PATCH] fix bad positioning, thanks to carl --- .../serendipity_plugin_comments.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/serendipity_plugin_comments/serendipity_plugin_comments.php b/plugins/serendipity_plugin_comments/serendipity_plugin_comments.php index 75e5edb..6939b39 100644 --- a/plugins/serendipity_plugin_comments/serendipity_plugin_comments.php +++ b/plugins/serendipity_plugin_comments/serendipity_plugin_comments.php @@ -200,7 +200,7 @@ class serendipity_plugin_comments extends serendipity_plugin . htmlspecialchars($row['subject']) . '
' . "\n" . '' . htmlspecialchars(serendipity_strftime($dateformat, $row['stamp'])) . '
' . "\n" - . '' . strip_tags($entry['comment'], '
' . '
') + . '' . strip_tags($entry['comment'], '
') . '
' . '


' . "\n\n" ); } @@ -212,4 +212,3 @@ class serendipity_plugin_comments extends serendipity_plugin } /* vim: set sts=4 ts=4 expandtab : */ -?> -- 2.39.5