correction of Mixed tabs and spaces (2 tabs and 4 spaces), should use just tabs for indentation
This commit is contained in:
parent
1fea43a13f
commit
9a93faf4d4
2 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue