(Retrofit from trunk) N°801 allow block quotes in HTML Fields

add BLOCKQUOTE tag in the HTMLDOMSanitizer white list (r5202)

SVN:2.4[5203]
This commit is contained in:
Pierre Goiffon
2018-01-04 17:19:06 +00:00
parent 17d18eb75f
commit 564bf04647

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'),