War on xml:lang
[lhc/web/wiklou.git] / includes / OutputPage.php
index ef8e3fd..0677495 100644 (file)
@@ -2113,7 +2113,7 @@ class OutputPage {
                        foreach($wgXhtmlNamespaces as $tag => $ns) {
                                $ret .= "xmlns:{$tag}=\"{$ns}\" ";
                        }
-                       $ret .= "xml:lang=\"$wgContLanguageCode\" lang=\"$wgContLanguageCode\" dir=\"$dir\">\n";
+                       $ret .= "lang=\"$wgContLanguageCode\" dir=\"$dir\">\n";
                }
 
                $ret .= "<head>\n";