From: garvinhicking Date: Wed, 13 Jul 2005 16:59:13 +0000 (+0000) Subject: one more gotcha X-Git-Tag: 0.9~312 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=f94d9d3185e88766b353ee47924b7e3ef3a55924;p=s9y.git one more gotcha --- diff --git a/plugins/serendipity_plugin_comments/serendipity_plugin_comments.php b/plugins/serendipity_plugin_comments/serendipity_plugin_comments.php index 5086cf2..4f9b760 100644 --- a/plugins/serendipity_plugin_comments/serendipity_plugin_comments.php +++ b/plugins/serendipity_plugin_comments/serendipity_plugin_comments.php @@ -163,7 +163,7 @@ class serendipity_plugin_comments extends serendipity_plugin } if ($row['comment_type'] == 'TRACKBACK' && $row['comment_url'] != '') { - $user = '' . htmlspecialchars(strip_tags($row['user'])) . ''; + $user = '' . htmlspecialchars(strip_tags($row['user'])) . ''; } else { $user = htmlspecialchars(strip_tags($row['user'])); }