correction of Mixed tabs and spaces (2 tabs and 4 spaces), should use just tabs for...
authorThomas Gries <wikinaut@users.mediawiki.org>
Thu, 11 Aug 2011 20:47:25 +0000 (20:47 +0000)
committerThomas Gries <wikinaut@users.mediawiki.org>
Thu, 11 Aug 2011 20:47:25 +0000 (20:47 +0000)
includes/specials/SpecialLockdb.php
includes/specials/SpecialUnlockdb.php

index 53f5a92..680e672 100644 (file)
@@ -87,7 +87,7 @@ class SpecialLockdb extends SpecialPage {
                        " . Html::input( 'wpLockConfirm', null, 'checkbox', array( 'id' => 'mw-input-wplockconfirm' ) ) . "
                </td>
                " . Html::openElement( 'td', array( 'style' => 'text-align:left' ) ) .
-                   Html::openElement( 'label', array( 'for' => 'mw-input-wplockconfirm' ) ) .
+                       Html::openElement( 'label', array( 'for' => 'mw-input-wplockconfirm' ) ) .
 
                        wfMsgHtml( 'lockconfirm' ) . "</label></td>
        </tr>
index e2939c2..d76d5f1 100644 (file)
@@ -82,7 +82,7 @@ class SpecialUnlockdb extends SpecialPage {
                        " . Html::input( 'wpLockConfirm', null, 'checkbox',  array( 'id' => 'mw-input-wpunlockconfirm' )  ) . "
                </td>
                " . Html::openElement( 'td', array( 'style' => 'text-align:left' ) ) .
-                   Html::openElement( 'label', array( 'for' => 'mw-input-wpunlockconfirm' ) ) .
+                       Html::openElement( 'label', array( 'for' => 'mw-input-wpunlockconfirm' ) ) .
                        wfMsgHtml( 'unlockconfirm' ) . "</label></td>
        </tr>
        <tr>