diff -r 08d027882993 -r acf6f55bf023 includes/pageprocess.php --- a/includes/pageprocess.php Tue Jun 26 21:57:43 2007 -0400 +++ b/includes/pageprocess.php Tue Jun 26 22:01:17 2007 -0400 @@ -319,6 +319,7 @@ else { $text = '?>' . $text; + $text = preg_replace('/(.*?)<\/nowiki>/s', '\\1', $text); } // echo('
'.htmlspecialchars($text).'
'); eval ( $text );