Remove duplicate occurrence of 'u' from $htmlpairsStatic in Sanitizer::removeHTMLtags(). Reported by Dan Bolser on IRC
This commit is contained in:
parent
3272936d38
commit
a4e196ceb1
1 changed files with 1 additions and 1 deletions
|
|
@ -368,7 +368,7 @@ class Sanitizer {
|
|||
'h2', 'h3', 'h4', 'h5', 'h6', 'cite', 'code', 'em', 's',
|
||||
'strike', 'strong', 'tt', 'var', 'div', 'center',
|
||||
'blockquote', 'ol', 'ul', 'dl', 'table', 'caption', 'pre',
|
||||
'ruby', 'rt' , 'rb' , 'rp', 'p', 'span', 'u', 'abbr', 'dfn',
|
||||
'ruby', 'rt' , 'rb' , 'rp', 'p', 'span', 'abbr', 'dfn',
|
||||
'kbd', 'samp'
|
||||
);
|
||||
$htmlsingle = array(
|
||||
|
|
|
|||
Loading…
Reference in a new issue