Index: trunk/admin/editor/cmseditor/fckeditor.js =================================================================== diff -u -r1666 -r1974 --- trunk/admin/editor/cmseditor/fckeditor.js (.../fckeditor.js) (revision 1666) +++ trunk/admin/editor/cmseditor/fckeditor.js (.../fckeditor.js) (revision 1974) @@ -161,11 +161,13 @@ if ( typeof( text ) != "string" ) text = text.toString() ; - text = text.replace(/&/g, "&") ; + //text = text.replace(/&/g, "&") ; text = text.replace(/"/g, """) ; text = text.replace(//g, ">") ; text = text.replace(/'/g, "'") ; + //text = text.replace( /&lt;/g, "<" ) ; + //text = text.replace( /&qt;/g, "&qt;" ) ; return text ; } \ No newline at end of file