From 229ac8759b8d2d2f0bccb48e5b4208c7965e635d Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Tue, 30 Nov 2004 05:22:39 +0000 Subject: [PATCH] Fix bug http://bugzilla.wikimedia.org/show_bug.cgi?id=671 * allow and --- includes/Parser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Parser.php b/includes/Parser.php index 2c7027959c..0ad37a0346 100644 --- a/includes/Parser.php +++ b/includes/Parser.php @@ -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' -- 2.20.1