r94185 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r94184‎ | r94185 | r94186 >
Date:18:59, 10 August 2011
Author:preilly
Status:ok
Tags:
Comment:
fix space
Modified paths:
  • /trunk/extensions/MobileFrontend/MobileFrontend.php (modified) (history)

Diff [purge]

Index: trunk/extensions/MobileFrontend/MobileFrontend.php
@@ -49,7 +49,7 @@
5050 $wgHooks['SkinTemplateOutputPageBeforeExec'][] = array( &$wgExtMobileFrontend, 'addMobileFooter' );
5151
5252 class ExtMobileFrontend {
53 - const VERSION = '0.5.13';
 53+ const VERSION = '0.5.14';
5454
5555 /**
5656 * @var DOMDocument
@@ -324,7 +324,7 @@
325325
326326 if (self::$useFormat === 'mobile' ||
327327 self::$useFormat === 'mobile-wap' ||
328 - isset( $xDevice) ) {
 328+ isset( $xDevice ) ) {
329329 $this->getMsg();
330330 $this->disableCaching();
331331 ob_start( array( $this, 'DOMParse' ) );

Status & tagging log