Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Plugin suggestions


Olaf Lederer
Participant

@finalwebsites

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?

Skip to toolbar