From 92eb61dcee3f5dec71747ba5fa8133e4c6b6ad11 Mon Sep 17 00:00:00 2001
From: Romain Courteaud <romain@nexedi.com>
Date: Thu, 25 Feb 2021 08:27:55 +0000
Subject: [PATCH] erp5_core: html viewer: accept more elements

---
 .../portal_skins/erp5_core/gadget_html_viewer.js.js           | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/gadget_html_viewer.js.js b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/gadget_html_viewer.js.js
index b3d4e9f72f..2132f12565 100644
--- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/gadget_html_viewer.js.js
+++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/gadget_html_viewer.js.js
@@ -72,7 +72,9 @@
       ARTICLE: true,
       ASIDE: true,
       NAV: true,
-      FOOTER: true
+      FOOTER: true,
+      DIV: true,
+      SPAN: true
     },
     attribute_list: {
       alt: true,
-- 
2.30.9