Closed fantgeass closed 12 years ago
Well thats a pretty big oversight. Could of sworn I had a strip_tags() in the code.
<?php
$string = strip_tags('[code]<?php echo 123; ?>[/code]');
$code = new Decoda($string);
$code->defaults();
echo $code->parse(); // <pre class="decoda-code code-php"></pre>
Pushed v3.2, will tag after a bit more testing.