Index: branches/wmf/1.17wmf1/extensions/MobileFrontend/MobileFrontend.php |
— | — | @@ -744,7 +744,7 @@ |
745 | 745 | } |
746 | 746 | |
747 | 747 | if ( $this->contentFormat == 'XHTML' && self::$format != 'json' ) { |
748 | | - header( 'Content-Type: application/xhtml+xml; charset=utf-8' ); |
| 748 | + //header( 'Content-Type: application/xhtml+xml; charset=utf-8' ); |
749 | 749 | require( 'views/layout/_search_webkit.html.php' ); |
750 | 750 | require( 'views/layout/_footmenu_default.html.php' ); |
751 | 751 | require( 'views/layout/application.html.php' ); |