From: Gabriel Wicke Date: Mon, 19 Apr 2004 17:04:22 +0000 (+0000) Subject: allow del and ins, other xhtml tags might be worth to allow as well (acronym and... X-Git-Tag: 1.3.0beta1~376 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/modifier.php?a=commitdiff_plain;h=f26cfcb59da8e7109b2d919313789a3e934528bf;p=lhc%2Fweb%2Fwiklou.git allow del and ins, other xhtml tags might be worth to allow as well (acronym and similar) --- diff --git a/includes/Parser.php b/includes/Parser.php index f7c602a381..dd17a17e6d 100644 --- a/includes/Parser.php +++ b/includes/Parser.php @@ -1431,7 +1431,7 @@ class Parser $fname = "Parser::removeHTMLtags"; wfProfileIn( $fname ); $htmlpairs = array( # Tags that must be closed - "b", "i", "u", "font", "big", "small", "sub", "sup", "h1", + "b", "del", "i", "ins", "u", "font", "big", "small", "sub", "sup", "h1", "h2", "h3", "h4", "h5", "h6", "cite", "code", "em", "s", "strike", "strong", "tt", "var", "div", "center", "blockquote", "ol", "ul", "dl", "table", "caption", "pre",