diff -r 01e7206b4441 -r 42419c99471c includes/functions.php --- a/includes/functions.php Sat Jan 17 11:31:45 2009 -0500 +++ b/includes/functions.php Sat Jan 17 11:32:18 2009 -0500 @@ -1854,6 +1854,11 @@ // < // The rule is so specific because everything else will have been filtered by now $html = preg_replace('/<(script|iframe)(.+?)src=([^>]*)!', '</\\1>', $html); // Restore stripped comments $i = 0;