r95264 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r95263‎ | r95264 | r95265 >
Date:22:21, 22 August 2011
Author:preilly
Status:ok
Tags:
Comment:
remove content type header for now
Modified paths:
  • /trunk/extensions/MobileFrontend/MobileFrontend.php (modified) (history)

Diff [purge]

Index: trunk/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' );

Follow-up revisions

RevisionCommit summaryAuthorDate
r95265mft r95264preilly22:22, 22 August 2011

Status & tagging log