Wikka Mod 027
Type: Bug Fix
Credit:
PsychoMark
WakkaCustomization @ WakkaWiki∞
formatters\code.php
New:
<?php
print("<pre>".htmlentities
($text).
"</pre>");
?>
Old:
<?php
print("<pre>".
$text.
"</pre>");
?>
HTML codes in code blocks are not escaped by default. This caused me some problems with posting an XML snippet, so I changed formatters\code.php.
It's not like I'll be using HTML codes in code blocks anyways :)
-- PsychoMark