diff options
-rw-r--r-- | includes/common.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc index 378a3a7cd..34828e8ca 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -1426,7 +1426,6 @@ function filter_xss_admin($string) { * valid UTF-8. * * @see drupal_validate_utf8() - * @ingroup sanitization */ function filter_xss($string, $allowed_tags = array('a', 'em', 'strong', 'cite', 'blockquote', 'code', 'ul', 'ol', 'li', 'dl', 'dt', 'dd')) { // Only operate on valid UTF-8 strings. This is necessary to prevent cross |