Page 1 of 1

[geshi] bug or my error ?

Posted: Fri Sep 02, 2005 8:56 pm
by murdog
hi,

i just installed Serendipity v.0.8.4 and the Geshi Plugin over Spartacus.
I found on my blog that Geshi didnt output the cod correct, even if its right in the database.
Here my code

Code: Select all

$user2 = str_replace ("-","_'',$user);
and geshi made this

Code: Select all

$user2 = str_replace ("-","",$user);
also the code is underlined.

I hope somebody can help me

bye
murdog

ps: please excuse if my english is bad

Re: [geshi] bug or my error ?

Posted: Fri Sep 02, 2005 9:24 pm
by garvinhicking
Other markup transformations may be interfering with geshi.

Check if you are using hte "Serendipity Markup" plugin, this is most likely to cause you grief. You can safely remove it, it only has some basic markup it applies (transform _ to underline, and * to bold text)

Regards,
Garvin

Posted: Fri Sep 02, 2005 9:52 pm
by murdog
Hi,

thank you for the fast reply. I disabled the Seredendipity Markup plugin
and now everything goes fine =)

again, thank you

bye
murdog