From: Brion Vibber Date: Tue, 30 Nov 2004 08:00:17 +0000 (+0000) Subject: Allowed HTML list has been frozen for some time, and we're trying not to add new... X-Git-Tag: 1.5.0alpha1~1186 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=c6d4472efb7f1cbc953bfa75143cb2c7dd78cd3a;p=lhc%2Fweb%2Fwiklou.git Allowed HTML list has been frozen for some time, and we're trying not to add new tags. --- diff --git a/includes/Parser.php b/includes/Parser.php index 0ad37a0346..2c7027959c 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', 'abbr', 'acronym' + 'ruby', 'rt' , 'rb' , 'rp', 'p' ); $htmlsingle = array( 'br', 'hr', 'li', 'dt', 'dd'