Allowed HTML list has been frozen for some time, and we're trying not to add new tags.

This commit is contained in:
Brion Vibber 2004-11-30 08:00:17 +00:00
parent 2103572a1b
commit c6d4472efb

View file

@ -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'