diff options
Diffstat (limited to 'includes/common.inc')
-rw-r--r-- | includes/common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc index 3b30032d0..80ab6ee4c 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -489,7 +489,7 @@ function check_url($uri) { } function check_form($text) { - return drupal_specialchars($text); + return htmlspecialchars($text); } function check_query($text) { |