N°801 allow block quotes in HTML Fields

add BLOCKQUOTE tag in the HTMLDOMSanitizer white list

SVN:trunk[5202]
This commit is contained in:
Pierre Goiffon
2018-01-04 17:18:02 +00:00
parent 5cc39848ff
commit 27a2614b7d

View File

@@ -156,6 +156,7 @@ class HTMLDOMSanitizer extends HTMLSanitizer
'body' => array(),
'a' => array('href', 'name', 'style', 'target', 'title'),
'p' => array('style'),
'blockquote' => array('style'),
'br' => array(),
'span' => array('style'),
'div' => array('style'),