diff options
Diffstat (limited to '')
-rw-r--r-- | admin/comments.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/comments.php b/admin/comments.php index cadc3dc67..d4fc89a66 100644 --- a/admin/comments.php +++ b/admin/comments.php @@ -160,7 +160,7 @@ while ($row = mysql_fetch_assoc($result)) } else { - $author_name = $row['username']; + $author_name = stripslashes($row['username']); } $template->append( 'comments', |