From c74749c0c2dfd2eedc9069281427287c0e36e799 Mon Sep 17 00:00:00 2001 From: Alan Date: Fri, 7 Jan 2022 12:32:18 +0800 Subject: [PATCH] Roo/htmleditor/TidyWriter.js --- Roo/htmleditor/TidyWriter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2