--- modules/filter/filter.module 2008/08/14 11:58:06 1.219 +++ modules/filter/filter.module 2008/08/18 10:40:21 1.220 @@ -937,8 +937,6 @@ * an XSS attack. * @param $allowed_tags * An array of allowed tags. - * @param $format - * The format to use. */ function filter_xss($string, $allowed_tags = array('a', 'em', 'strong', 'cite', 'code', 'ul', 'ol', 'li', 'dl', 'dt', 'dd')) { // Only operate on valid UTF-8 strings. This is necessary to prevent cross