r95265 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r95264‎ | r95265 | r95266 >
Date:22:22, 22 August 2011
Author:preilly
Status:ok
Tags:
Comment:
mft r95264
Modified paths:
  • /branches/wmf/1.17wmf1/extensions/MobileFrontend/MobileFrontend.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.17wmf1/extensions/MobileFrontend/MobileFrontend.php
@@ -744,7 +744,7 @@
745745 }
746746
747747 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' );
749749 require( 'views/layout/_search_webkit.html.php' );
750750 require( 'views/layout/_footmenu_default.html.php' );
751751 require( 'views/layout/application.html.php' );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r95264remove content type header for nowpreilly22:21, 22 August 2011

Status & tagging log