Fix bug http://bugzilla.wikimedia.org/show_bug.cgi?id=671
authorAntoine Musso <hashar@users.mediawiki.org>
Tue, 30 Nov 2004 05:22:39 +0000 (05:22 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Tue, 30 Nov 2004 05:22:39 +0000 (05:22 +0000)
* allow <abbr> and <acronym>

includes/Parser.php

index 2c70279..0ad37a0 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'
+                               'ruby', 'rt' , 'rb' , 'rp', 'p', 'abbr', 'acronym'
                        );
                        $htmlsingle = array(
                                'br', 'hr', 'li', 'dt', 'dd'