X-Git-Url: http://git.cyclocoop.org/%28?a=blobdiff_plain;f=includes%2FOutputPage.php;h=564641aa3805d47537f2d05c6c3244e5fd259c91;hb=e3e6be734f8cac8bce7cff7cde86a920b7ca0fb1;hp=7f72d3661ca096ce92378e886748803b1a36b81d;hpb=5e3ecf6a4e98c4416a08411896f2fca975071327;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/OutputPage.php b/includes/OutputPage.php index 7f72d3661c..564641aa38 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -2413,10 +2413,6 @@ class OutputPage extends ContextSource { $response->header( 'Content-type: ' . $config->get( 'MimeType' ) . '; charset=UTF-8' ); $response->header( 'Content-language: ' . $wgContLang->getHtmlCode() ); - // Avoid Internet Explorer "compatibility view" in IE 8-10, so that - // jQuery etc. can work correctly. - $response->header( 'X-UA-Compatible: IE=Edge' ); - if ( !$this->mArticleBodyOnly ) { $sk = $this->getSkin();