From 564bf046475507baa115a1aeb435a52c9432152d Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Thu, 4 Jan 2018 17:19:06 +0000 Subject: [PATCH] =?UTF-8?q?(Retrofit=20from=20trunk)=20N=C2=B0801=20allow?= =?UTF-8?q?=20block=20quotes=20in=20HTML=20Fields=20add=20BLOCKQUOTE=20tag?= =?UTF-8?q?=20in=20the=20HTMLDOMSanitizer=20white=20list=20(r5202)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SVN:2.4[5203] --- core/htmlsanitizer.class.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/htmlsanitizer.class.inc.php b/core/htmlsanitizer.class.inc.php index c6829fb500..c43b33dfde 100644 --- a/core/htmlsanitizer.class.inc.php +++ b/core/htmlsanitizer.class.inc.php @@ -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'),