Wikka Mod 027
Type: Bug FixCredit:
PsychoMarkWakkaCustomization @ WakkaWiki
formatters\code.php
New:
Old:
<?php
print("<pre>".$text."</pre>");
?>
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