Problem with html editing

Found a bug? Tell us!!
Post Reply
Delawen

Problem with html editing

Post by Delawen »

I tried to put html code on my entries (and on the html plugin) but serendipity converts it so I can't use it.

If I put for example a link:

<a href="weee.we">we</a>

serendipity saves it as;

<a href=\"weee.we\">we</a>

so it can't be used.

Yes, I try to put off the html convert (in spanish is the option"Realizar transformaciones marcas Aplicar transformaciones de marcas al texto (caras, marcas abreviadas como *. /, _, ...). Desactivando esto preservará cualquier código HTML en el texto. Valor predeterminado es "Yes"."). But it doesn't work.

I work with Firefox on a Kubuntu. But in a Firefox on Windows doesn't go either.

(Excuse my english :oops: I'm foreign)
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Problem with html editing

Post by garvinhicking »

Which Serendipity version are you using?

It seems your PHP uses magic_quotes_runtime option. Serendipity 0.8 should not be able to get installed with this option, and using a previous release with magic_quotes_runtime is also a bad idea. In fact, using any PHP application with magic_quotes_runtime is evil :)

Or are you using the WYSIWYG editor? This may then be another problem.

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