From: Alan Date: Fri, 7 Jan 2022 04:27:01 +0000 (+0800) Subject: Roo/htmleditor/TidyWriter.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=f1dad0a9a5e162577fad08e7358f988fd6f5a2d2 Roo/htmleditor/TidyWriter.js --- diff --git a/Roo/htmleditor/TidyWriter.js b/Roo/htmleditor/TidyWriter.js index d604874e97..bfcb7cfb2a 100644 --- a/Roo/htmleditor/TidyWriter.js +++ b/Roo/htmleditor/TidyWriter.js @@ -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(); }