]> git.mjollnir.org Git - s9y.git/commitdiff
fix bad positioning, thanks to carl
authorgarvinhicking <garvinhicking>
Thu, 12 Jan 2006 10:51:25 +0000 (10:51 +0000)
committergarvinhicking <garvinhicking>
Thu, 12 Jan 2006 10:51:25 +0000 (10:51 +0000)
plugins/serendipity_plugin_comments/serendipity_plugin_comments.php

index 75e5edbadc713bf364b47af852b2e2452db83cd0..6939b3902b6ece187b6f328e3f57a0b7494c8f0b 100644 (file)
@@ -200,7 +200,7 @@ class serendipity_plugin_comments extends serendipity_plugin
                       . htmlspecialchars($row['subject'])
                       . '</a><br />' . "\n"
                       . '<span class="plugin_comment_date">' . htmlspecialchars(serendipity_strftime($dateformat, $row['stamp'])) . '</span><br />' . "\n"
-                      . '<span class="plugin_comment_body">' . strip_tags($entry['comment'], '<br /><img>' . '</span>')
+                      . '<span class="plugin_comment_body">' . strip_tags($entry['comment'], '<br /><img>') . '</span>'
                       . '<br /><br /><br />' . "\n\n"
                 );
             }
@@ -212,4 +212,3 @@ class serendipity_plugin_comments extends serendipity_plugin
 }
 
 /* vim: set sts=4 ts=4 expandtab : */
-?>