]> git.mjollnir.org Git - s9y.git/commitdiff
one more gotcha
authorgarvinhicking <garvinhicking>
Wed, 13 Jul 2005 16:59:13 +0000 (16:59 +0000)
committergarvinhicking <garvinhicking>
Wed, 13 Jul 2005 16:59:13 +0000 (16:59 +0000)
plugins/serendipity_plugin_comments/serendipity_plugin_comments.php

index 5086cf24eccbc6e59e36af2ad982fbb14e1ad6b9..4f9b7608993a701cb1212a26f1ffc5be5aad57a0 100644 (file)
@@ -163,7 +163,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']));
                 }