From d8cef95d564db193531d53ab8eb72fb839e09513 Mon Sep 17 00:00:00 2001 From: steffunky Date: Wed, 7 Nov 2018 12:15:10 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B01639:=20Add=20white-space=20style=20to?= =?UTF-8?q?=20CKEditor=20whitelist?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/htmlsanitizer.class.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/htmlsanitizer.class.inc.php b/core/htmlsanitizer.class.inc.php index 6df7c17f7..51ce677be 100644 --- a/core/htmlsanitizer.class.inc.php +++ b/core/htmlsanitizer.class.inc.php @@ -232,6 +232,7 @@ class HTMLDOMSanitizer extends HTMLSanitizer 'text-align', 'vertical-align', 'width', + 'white-space', ); public function __construct()