Re: Plugin suggestions
I get it working!
I added those two replace function before the geshi object is created:
$code = str_replace("& lt;", "<", $code);
$code = str_replace("& gt;", ">", $code);
and I use the default priority for the filters. Are the replacements a problem?