author | Dan |
Tue, 26 Jun 2007 22:01:17 -0400 | |
changeset 26 | acf6f55bf023 |
parent 25 | 08d027882993 |
child 27 | dd659f6ba891 |
--- 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>(.*?)<\/nowiki>/s', '\\1', $text); } // echo('<pre>'.htmlspecialchars($text).'</pre>'); eval ( $text );