# HG changeset patch # User Dan # Date 1182909677 14400 # Node ID acf6f55bf023a4fe2181347a6830398d11ab4d9a # Parent 08d0278829937fad20c993c89cbcf6119f783887 ...again 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 );