From aa31985a4181edd3ad643d8e9911f9c384a1eeb4 Mon Sep 17 00:00:00 2001 From: Alan Date: Thu, 22 Sep 2022 12:13:02 +0800 Subject: [PATCH] fix #7330 - upload cropbox padding / edit --- docs/src/Roo_DomHelper.js.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/Roo_DomHelper.js.html b/docs/src/Roo_DomHelper.js.html index 63de082c0a..e33ab4e7a4 100644 --- a/docs/src/Roo_DomHelper.js.html +++ b/docs/src/Roo_DomHelper.js.html @@ -120,7 +120,7 @@ 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