diff options
Diffstat (limited to '')
-rw-r--r-- | comments.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comments.php b/comments.php index e65662439..aabb2f396 100644 --- a/comments.php +++ b/comments.php @@ -181,8 +181,8 @@ $template->assign_vars( 'L_COMMENT_TITLE' => $title, 'F_ACTION'=>PHPWG_ROOT_PATH.'comments.php', - 'F_KEYWORD'=>@htmlentities(stripslashes($_GET['keyword'])), - 'F_AUTHOR'=>@htmlentities(stripslashes($_GET['author'])), + 'F_KEYWORD'=>@htmlspecialchars(stripslashes($_GET['keyword'])), + 'F_AUTHOR'=>@htmlspecialchars(stripslashes($_GET['author'])), 'U_HOME' => make_index_url(), ) |