Index: trunk/phase3/includes/Sanitizer.php |
— | — | @@ -1253,7 +1253,7 @@ |
1254 | 1254 | static function setupAttributeWhitelist() { |
1255 | 1255 | global $wgAllowRdfaAttributes, $wgHtml5, $wgAllowMicrodataAttributes; |
1256 | 1256 | |
1257 | | - $common = array( 'id', 'class', 'lang', 'dir', 'title', 'style', 'xml:lang' ); |
| 1257 | + $common = array( 'id', 'class', 'lang', 'dir', 'title', 'style' ); |
1258 | 1258 | |
1259 | 1259 | if ( $wgAllowRdfaAttributes ) { |
1260 | 1260 | #RDFa attributes as specified in section 9 of http://www.w3.org/TR/2008/REC-rdfa-syntax-20081014 |