Index: trunk/phase3/includes/installer/WebInstallerPage.php |
— | — | @@ -280,7 +280,7 @@ |
281 | 281 | $this->startForm(); |
282 | 282 | $this->addHTML( $this->parent->getInfoBox( |
283 | 283 | wfMsgNoTrans( 'config-upgrade-key-missing', |
284 | | - "<pre>\$wgUpgradeKey = '" . $this->getVar( 'wgUpgradeKey' ) . "';</pre>" ) |
| 284 | + "<pre dir=\"ltr\">\$wgUpgradeKey = '" . $this->getVar( 'wgUpgradeKey' ) . "';</pre>" ) |
285 | 285 | ) ); |
286 | 286 | $this->endForm( 'continue' ); |
287 | 287 | return 'output'; |