The problem is that the js part doesn't handle html in the source text, failing to copy it over to the edit box and to save it to the database.

It's a simple patch, just using the .html() jQuery property instead of .text()

This has already been fixed in the Drupal 5 backport.

CommentFileSizeAuthor
l10n_client_js_text2html.patch1.19 KBjose reyero

Comments

gábor hojtsy’s picture

Did you experience this bug with the 6.x version? I tried editing stuff with HTML tags in them, and all worked without this patch.

jose reyero’s picture

Status: Active » Closed (fixed)

Wrong patch, you're right, D6 works fine without it.

So forget abt it, sorry.