From af256e3a34e8f126f20179057ee9c489acb6dd3a Mon Sep 17 00:00:00 2001 From: Alan Date: Fri, 7 Jan 2022 12:36:28 +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 20ed807ab9..2654f20745 100644 --- a/Roo/htmleditor/TidyWriter.js +++ b/Roo/htmleditor/TidyWriter.js @@ -147,7 +147,7 @@ Roo.htmleditor.TidyWriter.prototype = { indentstr = this.indentstr; } this.html.push(indentstr + ''); - + this.last_inline = in_inline; // pop the indent state.. }, -- 2.39.2