mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 23:32:17 +02:00
(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:
@@ -156,6 +156,7 @@ class HTMLDOMSanitizer extends HTMLSanitizer
|
|||||||
'body' => array(),
|
'body' => array(),
|
||||||
'a' => array('href', 'name', 'style', 'target', 'title'),
|
'a' => array('href', 'name', 'style', 'target', 'title'),
|
||||||
'p' => array('style'),
|
'p' => array('style'),
|
||||||
|
'blockquote' => array('style'),
|
||||||
'br' => array(),
|
'br' => array(),
|
||||||
'span' => array('style'),
|
'span' => array('style'),
|
||||||
'div' => array('style'),
|
'div' => array('style'),
|
||||||
|
|||||||
Reference in New Issue
Block a user