r78899 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r78898‎ | r78899 | r78900 >
Date:17:57, 23 December 2010
Author:reedy
Status:deferred
Tags:
Comment:
Fix double indenting
Modified paths:
  • /trunk/extensions/OpenStackManager/SpecialNova.php (modified) (history)

Diff [purge]

Index: trunk/extensions/OpenStackManager/SpecialNova.php
@@ -2,20 +2,20 @@
33
44 abstract class SpecialNova extends SpecialPage {
55 function notLoggedIn() {
6 - global $wgOut;
 6+ global $wgOut;
77
8 - $this->setHeaders();
9 - $wgOut->setPagetitle("Not logged in");
10 - $wgOut->addHTML('<p>You must be logged in to perform this action</p>');
 8+ $this->setHeaders();
 9+ $wgOut->setPagetitle("Not logged in");
 10+ $wgOut->addHTML('<p>You must be logged in to perform this action</p>');
1111 }
1212
1313 function noCredentials() {
14 - global $wgOut;
 14+ global $wgOut;
1515
16 - $this->setHeaders();
17 - $wgOut->setPagetitle("No Nova credentials found for your account");
18 - $wgOut->addHTML('<p>There were no Nova credentials found for your user account. ' .
19 - 'Please ask a Nova administrator to create credentials for you.</p>');
 16+ $this->setHeaders();
 17+ $wgOut->setPagetitle("No Nova credentials found for your account");
 18+ $wgOut->addHTML('<p>There were no Nova credentials found for your user account. ' .
 19+ 'Please ask a Nova administrator to create credentials for you.</p>');
2020 }
2121
2222 function notInProject() {

Status & tagging log