[geshi] bug or my error ?

Creating and modifying plugins.
Post Reply
murdog
Posts: 4
Joined: Tue Mar 08, 2005 8:15 pm

[geshi] bug or my error ?

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: [geshi] bug or my error ?

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
murdog
Posts: 4
Joined: Tue Mar 08, 2005 8:15 pm

Post 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
Post Reply