Hello Team,I have added icon plugin in 6.3 RTE which adds the icon in the RTE: execute: function (execDef) { var data = execDef.value, title = data.icon || '', imgHtml = ''; execDef.editContext.doc.execCommand('insertHTML', false, imgHtml); }When added, the icon span tag is not getting closed as oth...