From: Alan Date: Fri, 7 Jan 2022 07:21:02 +0000 (+0800) Subject: Roo/htmleditor/TidyWriter.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=7ee7c11a63a44776255131fbd288c1d4c3070f37 Roo/htmleditor/TidyWriter.js --- diff --git a/Roo/htmleditor/TidyWriter.js b/Roo/htmleditor/TidyWriter.js index a42e6db1a1..93c482939f 100644 --- a/Roo/htmleditor/TidyWriter.js +++ b/Roo/htmleditor/TidyWriter.js @@ -146,7 +146,7 @@ Roo.htmleditor.TidyWriter.prototype = { this.pushState({ - indentstr : in_pre || in_inline ? '' : (this.indentstr + this.indent), + indentstr : in_pre ? '' : (this.indentstr + this.indent), in_pre : in_pre, in_inline : in_inline });