mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 22:48:45 +02:00
HTML texts: support of float (left/right) in the inline style tags.
SVN:trunk[4061]
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user