From 1452d65bd40255c7de43b3ff3231fa00dbcc166c Mon Sep 17 00:00:00 2001 From: ansuz Date: Wed, 7 Mar 2018 12:08:02 +0100 Subject: [PATCH] fix missing section in privacy policy --- customize.dist/pages.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customize.dist/pages.js b/customize.dist/pages.js index 9dd366da2..e7982f5e8 100644 --- a/customize.dist/pages.js +++ b/customize.dist/pages.js @@ -350,7 +350,7 @@ define([ h('div.container.cp-container', [ h('center', h('h1', Msg.policy_title)), h('h2', Msg.policy_whatweknow), - h('p', Msg.policywhatweknow_p1), + setHTML(h('p'), Msg.policy_whatweknow_p1), h('h2', Msg.policy_howweuse), h('p', Msg.policy_howweuse_p1),