includes/pageprocess.php
changeset 26 acf6f55bf023
parent 25 08d027882993
child 28 dd2edcdc6c03
--- 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 );