From f94d9d3185e88766b353ee47924b7e3ef3a55924 Mon Sep 17 00:00:00 2001 From: garvinhicking Date: Wed, 13 Jul 2005 16:59:13 +0000 Subject: [PATCH] one more gotcha --- .../serendipity_plugin_comments/serendipity_plugin_comments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'])); } -- 2.39.5