From e5ccb4271e2c6761c34c1fac35c07457d5ae451c Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Thu, 4 Jan 2018 17:30:26 +0000 Subject: [PATCH] HTMLDOMSanitizer remove duplicate code declaration SVN:trunk[5204] --- core/htmlsanitizer.class.inc.php | 1 - 1 file changed, 1 deletion(-) diff --git a/core/htmlsanitizer.class.inc.php b/core/htmlsanitizer.class.inc.php index c43b33dfd..8099f68f0 100644 --- a/core/htmlsanitizer.class.inc.php +++ b/core/htmlsanitizer.class.inc.php @@ -188,7 +188,6 @@ class HTMLDOMSanitizer extends HTMLSanitizer 'big' => array(), 'small' => array(), 'tt' => array(), - 'code' => array(), 'kbd' => array(), 'samp' => array(), 'var' => array(),