From 9a93faf4d4c92dccaf804968bee632c389d9abcc Mon Sep 17 00:00:00 2001 From: Thomas Gries Date: Thu, 11 Aug 2011 20:47:25 +0000 Subject: [PATCH] correction of Mixed tabs and spaces (2 tabs and 4 spaces), should use just tabs for indentation --- includes/specials/SpecialLockdb.php | 2 +- includes/specials/SpecialUnlockdb.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/specials/SpecialLockdb.php b/includes/specials/SpecialLockdb.php index 53f5a927d1..680e672c84 100644 --- a/includes/specials/SpecialLockdb.php +++ b/includes/specials/SpecialLockdb.php @@ -87,7 +87,7 @@ class SpecialLockdb extends SpecialPage { " . Html::input( 'wpLockConfirm', null, 'checkbox', array( 'id' => 'mw-input-wplockconfirm' ) ) . " " . 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' ) . " diff --git a/includes/specials/SpecialUnlockdb.php b/includes/specials/SpecialUnlockdb.php index e2939c2f76..d76d5f15f4 100644 --- a/includes/specials/SpecialUnlockdb.php +++ b/includes/specials/SpecialUnlockdb.php @@ -82,7 +82,7 @@ class SpecialUnlockdb extends SpecialPage { " . Html::input( 'wpLockConfirm', null, 'checkbox', array( 'id' => 'mw-input-wpunlockconfirm' ) ) . " " . 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' ) . " -- 2.20.1