From 1c4206f6587a5b71c2a6959079e14c27e41233e5 Mon Sep 17 00:00:00 2001 From: Alan Date: Fri, 16 Sep 2022 10:26:54 +0800 Subject: [PATCH] fix typo --- Roo/DomHelper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/DomHelper.js b/Roo/DomHelper.js index a8967880a2..194fe45165 100644 --- a/Roo/DomHelper.js +++ b/Roo/DomHelper.js @@ -120,7 +120,7 @@ Roo.DomHelper = function(){ if (typeof(o) == 'string') { return parentNode.appendChild(document.createTextNode(o)); } - o.tag = o.tag || div; + o.tag = o.tag || 'div'; if (o.ns && Roo.isIE) { ns = false; o.tag = o.ns + ':' + o.tag; -- 2.39.2