Roo/htmleditor/TidyWriter.js
authorAlan <alan@roojs.com>
Fri, 7 Jan 2022 04:32:18 +0000 (12:32 +0800)
committerAlan <alan@roojs.com>
Fri, 7 Jan 2022 04:32:18 +0000 (12:32 +0800)
Roo/htmleditor/TidyWriter.js

index 8c29cf9..3fe22f8 100644 (file)
@@ -165,7 +165,7 @@ Roo.htmleditor.TidyWriter.prototype = {
         if (text.length < 1) {
             return;
         }
-        if (this.in_pre || this.is_inline) {
+        if (this.in_pre || this.in_inline) {
             this.html[this.html.length] =  text;
             return;