diff -Nur rtehtmlarea/htmlarea/plugins/RemoveFormat/remove-format-compressed.js rtehtmlarea-eb/htmlarea/plugins/RemoveFormat/remove-format-compressed.js --- rtehtmlarea/htmlarea/plugins/RemoveFormat/remove-format-compressed.js 2005-12-22 15:36:29.005184488 +0100 +++ rtehtmlarea-eb/htmlarea/plugins/RemoveFormat/remove-format-compressed.js 2005-12-22 15:40:23.354154512 +0100 @@ -1,2 +1 @@ -RemoveFormat=function(editor){this.editor=editor;var cfg=editor.config;var actionHandlerFunctRef=RemoveFormat.actionHandler(this);cfg.registerButton({id:"RemoveFormat",tooltip:RemoveFormat_langArray["RemoveFormatTooltip"],image:editor.imgURL("ed_clean.gif","RemoveFormat"),textMode:false,action:actionHandlerFunctRef});};RemoveFormat.I18N=RemoveFormat_langArray;RemoveFormat._pluginInfo={name:"RemoveFormat",version:"1.1",developer:"Stanislas Rolland",developer_url:"mailto:stanislas.rolland@fructifor.com",sponsor:"Fructifor Inc.",sponsor_url:"http://www.fructifor.com/",license:"htmlArea"};RemoveFormat.actionHandler=function(instance){return(function(editor){instance.buttonPress(editor);});};RemoveFormat.prototype.buttonPress=function(editor){var applyRequestFunctRef=RemoveFormat.applyRequest(this,editor);editor._popupDialog("plugin://RemoveFormat/removeformat",applyRequestFunctRef,editor,285,265);};RemoveFormat.applyRequest=function(instance,editor){return(function(param){editor.focusEditor();if(param){if(param["cleaning_area"]=="all"){var html=editor._doc.body.innerHTML;}else{var html=editor.getSelectedHTML();};if(html){if(param["html_all"]==true){html=html.replace(/<[\!]*?[^<>]*?>/g,"");};if(param["formatting"]==true){var regF1=new RegExp("<\/?(abbr|acronym|b[^r]|big|cite|code|em|font|i|q|s|samp|small|span|strike|strong|sub|sup|u|var)[^>]*>","gi");html=html.replace(regF1,"");var regF2=new RegExp(" style=\"[^>]*\"","gi");var regF3=new RegExp(" (class|align)=\[^\s|>]*","gi");html=html.replace(regF2,"").replace(regF3,"");};if(param["images"]==true){html=html.replace(/<\/?img[^>]*>/gi,"");}if(param["ms_formatting"]==true){var regMS1=new RegExp("(\r\n|\n|\r)","g");html=html.replace(regMS1," ");var regMS2=new RegExp("<(b[^r]|strong|i|em|p|li|ul) [^>]*>","gi");html=html.replace(regMS2,"<$1>");var regMS3=new RegExp(" style=\"[^>]*\"","gi");var regMS4=new RegExp(" (class|align)=\[^\s|>]*","gi");html=html.replace(regMS3,"").replace(regMS4,"");html=html.replace(//gi,"").replace(/<\/em>/gi, "");html=html.replace(/<\/?span[^>]*>/gi,"").replace(/<\/?div[^>]*>/gi,"").replace(/<\?xml:[^>]*>/gi,"").replace(/<\/?st1:[^>]*>/gi,"").replace(/<\/?[a-z]:[^>]*>/g,"");html=html.replace(/