diff -r fbfd6c852c89 -r d8c6b8d49604 includes/wikiengine/render_xhtml.php --- a/includes/wikiengine/render_xhtml.php Mon Feb 08 17:04:08 2010 -0500 +++ b/includes/wikiengine/render_xhtml.php Mon Feb 08 17:04:43 2010 -0500 @@ -159,7 +159,7 @@ public function code($match) { - return '
' . htmlspecialchars($match[1]) . '
'; + return '
' . htmlspecialchars($match[1]) . '
'; } }