From 34434804857cc2d99c6600b9f861608f30887c74 Mon Sep 17 00:00:00 2001 From: ansuz Date: Tue, 16 Feb 2021 19:36:01 +0530 Subject: [PATCH] support HTML in the 'homeNotice' api --- customize.dist/pages/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customize.dist/pages/index.js b/customize.dist/pages/index.js index 5602e79a8..e50bb22d7 100644 --- a/customize.dist/pages/index.js +++ b/customize.dist/pages/index.js @@ -122,7 +122,7 @@ define([ var notice; if (AppConfig.homeNotice) { - notice = h('div.alert.alert-info', h('span', AppConfig.homeNotice)); + notice = h('div.alert.alert-info', Pages.setHTML(h('span'), AppConfig.homeNotice)); } return [