N°1639: Add white-space style to CKEditor whitelist

This commit is contained in:
steffunky
2018-11-07 12:15:10 +01:00
parent 2258e8c652
commit d8cef95d56

View File

@@ -232,6 +232,7 @@ class HTMLDOMSanitizer extends HTMLSanitizer
'text-align',
'vertical-align',
'width',
'white-space',
);
public function __construct()