diff --git a/modules/editor/skins/xpresseditor/js/Xpress_Editor.js b/modules/editor/skins/xpresseditor/js/Xpress_Editor.js index d2eb8dd23..2896b4dbd 100644 --- a/modules/editor/skins/xpresseditor/js/Xpress_Editor.js +++ b/modules/editor/skins/xpresseditor/js/Xpress_Editor.js @@ -4565,17 +4565,7 @@ xe.XE_SCharacter = $.Class({ for(var ii=0; ii"); - }else{ - button = document.createElement("BUTTON"); - button.type = "button"; - } - span = document.createElement("SPAN"); - span.innerHTML = unescape(this.charSet[i][ii]); - button.appendChild(span); - - aLI[ii].appendChild(button); + aLI[ii].innerHTML = ''; this.aSCharList[i].appendChild(aLI[ii]); }