HTML texts: support of float (left/right) in the inline style tags.

SVN:trunk[4061]
This commit is contained in:
Denis Flaven
2016-05-11 13:43:49 +00:00
parent c1a4c0185b
commit e00667c2e4

View File

@@ -191,7 +191,7 @@ class HTMLDOMSanitizer extends HTMLSanitizer
);
protected static $aStylesWhiteList = array(
'background-color', 'color', 'font', 'font-style', 'font-size', 'font-family', 'padding', 'margin', 'border', 'cellpadding', 'cellspacing', 'bordercolor', 'border-collapse', 'width', 'height',
'background-color', 'color', 'float', 'font', 'font-style', 'font-size', 'font-family', 'padding', 'margin', 'border', 'cellpadding', 'cellspacing', 'bordercolor', 'border-collapse', 'width', 'height',
);
public function DoSanitize($sHTML)