Index: trunk/admin/editor/cmseditor/editor/_source/internals/fck_2.js =================================================================== diff -u -r2845 -r2846 --- trunk/admin/editor/cmseditor/editor/_source/internals/fck_2.js (.../fck_2.js) (revision 2845) +++ trunk/admin/editor/cmseditor/editor/_source/internals/fck_2.js (.../fck_2.js) (revision 2846) @@ -105,7 +105,7 @@ // Remove Tags with XML namespace declarations: html = html.replace(/<\/?\w+:[^>]*>/gi, "") ; // Replace the   - html = html.replace(/ /, " " ); + //html = html.replace(/ /, " " ); // Transform

to

//var re = new RegExp("(]*>.*?)(<\/P>)","gi") ; // Different because of a IE 5.0 error //html = html.replace( re, "" ) ;