diff --git a/public/assets/kindeditor/kindeditor.js b/public/assets/kindeditor/kindeditor.js index c78fd430e..e584575dd 100644 --- a/public/assets/kindeditor/kindeditor.js +++ b/public/assets/kindeditor/kindeditor.js @@ -5067,9 +5067,9 @@ KEditor.prototype = { ] K.each(fullItems, function(i, name) { if (name == '|') { - htmlListFull.push(''); +// htmlListFull.push(''); } else if (name == '/') { - htmlListFull.push('
'); +// htmlListFull.push(''); } else { htmlListFull.push(''); htmlListFull.push('');