1
Hi,
I'm using the Geshi hack for highlighting codes. But I'm getting some troubles.
When I do something like:
[ code=php]
$var = "Hello/r/n"; //that should break for a new line after Hello
[ /code]
I got something like this -> Hellorn , so the problem is that it erases the / , I've read something about andf it seems that the php function htmlentities() solves this.
I tried to contact the "geshi hack creator" but i got no answer, so i wonder if someone can do this please?
Thanks in advance!