From 4661ff928a7659d86219009f55c18ba89fe23059 Mon Sep 17 00:00:00 2001 From: Alan Date: Fri, 7 Jan 2022 14:44:20 +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 bf73f75213..f7c91ee647 100644 --- a/Roo/htmleditor/TidyWriter.js +++ b/Roo/htmleditor/TidyWriter.js @@ -161,7 +161,7 @@ Roo.htmleditor.TidyWriter.prototype = { * @param {String} text String to write out. * @param {Boolean} raw Optional raw state if true the contents wont get encoded. */ - text: function(text ) + text: function(text, node) { // if not in whitespace critical if (text.length < 1) { -- 2.39.2