From: Alan Date: Fri, 7 Jan 2022 04:32:18 +0000 (+0800) Subject: Roo/htmleditor/TidyWriter.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=c74749c0c2dfd2eedc9069281427287c0e36e799 Roo/htmleditor/TidyWriter.js --- diff --git a/Roo/htmleditor/TidyWriter.js b/Roo/htmleditor/TidyWriter.js index 8c29cf9d94..3fe22f8cb5 100644 --- a/Roo/htmleditor/TidyWriter.js +++ b/Roo/htmleditor/TidyWriter.js @@ -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;