--- inc/global.php 2001/08/08 12:58:08 1.3 +++ inc/global.php 2001/08/13 08:16:02 1.4 @@ -5,6 +5,9 @@ "array_search(strtoupper('\\2'),\$allowed,false)?'\\1':HTMLSpecialChars('\\1')", $str); $str = preg_replace("/(^\s+|\s+$)/", "", $str); + $str = ereg_replace("\<", "<", $str); + $str = ereg_replace("\>", ">", $str); + $str = ereg_replace("\"", """, $str); return $str; } function ParseNewline($str) {