Allowed HTML list has been frozen for some time, and we're trying not to add new...
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 30 Nov 2004 08:00:17 +0000 (08:00 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 30 Nov 2004 08:00:17 +0000 (08:00 +0000)
includes/Parser.php

index 0ad37a0..2c70279 100644 (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'