]> git.mjollnir.org Git - s9y.git/commitdiff
backport
authorgarvinhicking <garvinhicking>
Wed, 13 Jul 2005 17:00:01 +0000 (17:00 +0000)
committergarvinhicking <garvinhicking>
Wed, 13 Jul 2005 17:00:01 +0000 (17:00 +0000)
plugins/serendipity_plugin_comments/serendipity_plugin_comments.php

index 06c7cda535bb69a11dc6c7dcb14955d207be329e..9d5f09cfd3e6ed8064c272c47ea3747aec0d656a 100644 (file)
@@ -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']));
                 }