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

index d604874..bfcb7cf 100644 (file)
@@ -69,7 +69,7 @@ Roo.htmleditor.TidyWriter.prototype = {
 
         var indentstr = this.in_inline || this.in_pre ? '' : this.indentstr;
         
-        if (!this.in_inline && !this.in_pre) {
+        if (!in_inline && !this.in_pre) {
             this.addLine();
         }