Allowed HTML list has been frozen for some time, and we're trying not to add new tags.
This commit is contained in:
parent
2103572a1b
commit
c6d4472efb
1 changed files with 1 additions and 1 deletions
|
|
@ -2191,7 +2191,7 @@ class Parser
|
|||
'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', 'abbr', 'acronym'
|
||||
'ruby', 'rt' , 'rb' , 'rp', 'p'
|
||||
);
|
||||
$htmlsingle = array(
|
||||
'br', 'hr', 'li', 'dt', 'dd'
|
||||
|
|
|
|||
Loading…
Reference in a new issue