diff -r 488665d49417 -r 57ce13805b6f includes/clientside/tinymce/plugins/xhtmlxtras/js/ins.js --- a/includes/clientside/tinymce/plugins/xhtmlxtras/js/ins.js Sun Dec 21 15:35:46 2008 -0500 +++ b/includes/clientside/tinymce/plugins/xhtmlxtras/js/ins.js Sun Dec 21 16:28:00 2008 -0500 @@ -26,7 +26,7 @@ if (elm == null) { var s = SXE.inst.selection.getContent(); if(s.length > 0) { - tinyMCEPopup.execCommand('mceInsertContent', false, '' + s + ''); + insertInlineElement('INS'); var elementArray = tinymce.grep(SXE.inst.dom.select('ins'), function(n) {return n.id == '#sxe_temp_ins#';}); for (var i=0; i