r105144 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r105143‎ | r105144 | r105145 >
Date:00:13, 5 December 2011
Author:amire80
Status:ok
Tags:
Comment:
Showing an error message always left-to-right.
Modified paths:
  • /trunk/phase3/includes/installer/WebInstallerPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/WebInstallerPage.php
@@ -280,7 +280,7 @@
281281 $this->startForm();
282282 $this->addHTML( $this->parent->getInfoBox(
283283 wfMsgNoTrans( 'config-upgrade-key-missing',
284 - "<pre>\$wgUpgradeKey = '" . $this->getVar( 'wgUpgradeKey' ) . "';</pre>" )
 284+ "<pre dir=\"ltr\">\$wgUpgradeKey = '" . $this->getVar( 'wgUpgradeKey' ) . "';</pre>" )
285285 ) );
286286 $this->endForm( 'continue' );
287287 return 'output';

Status & tagging log