From 0060d578340bb9f27462da1f59274248e0c93550 Mon Sep 17 00:00:00 2001 From: garvinhicking <garvinhicking> Date: Wed, 13 Jul 2005 17:00:01 +0000 Subject: [PATCH] backport --- .../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 06c7cda..9d5f09c 100644 --- a/plugins/serendipity_plugin_comments/serendipity_plugin_comments.php +++ b/plugins/serendipity_plugin_comments/serendipity_plugin_comments.php @@ -151,7 +151,7 @@ class serendipity_plugin_comments extends serendipity_plugin } if ($row['comment_type'] == 'TRACKBACK' && $row['comment_url'] != '') { - $user = '<a class="highlight" href="' . strip_tags($row['comment_url']) . '" title="' . htmlspecialchars(strip_tags($row['comment_title'])) . '">' . htmlspecialchars(strip_tags($row['user'])) . '</a>'; + $user = '<a class="highlight" href="' . htmlspecialchars(strip_tags($row['comment_url'])) . '" title="' . htmlspecialchars(strip_tags($row['comment_title'])) . '">' . htmlspecialchars(strip_tags($row['user'])) . '</a>'; } else { $user = htmlspecialchars(strip_tags($row['user'])); } -- 2.39.5