Roo/HtmlEditorCore.js
authorleon <leon@roojs.com>
Mon, 14 Aug 2023 03:27:21 +0000 (11:27 +0800)
committerleon <leon@roojs.com>
Mon, 14 Aug 2023 03:27:21 +0000 (11:27 +0800)
Roo/HtmlEditorCore.js

index b369f9a..598f9c3 100644 (file)
@@ -434,6 +434,9 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component,  {
                 }
             }
             html = this.cleanHtml(html);
+
+            Roo.log('HTML3');
+            Roo.log(html);
             // fix up the special chars.. normaly like back quotes in word...
             // however we do not want to do this with chinese..
             html = html.replace(/[\uD800-\uDBFF][\uDC00-\uDFFF]|[\u0080-\uFFFF]/g, function(match) {
@@ -459,6 +462,9 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component,  {
                 
                 
             });
+
+            Roo.log('HTML4');
+            Roo.log(html);