correction of Mixed tabs and spaces (2 tabs and 4 spaces), should use just tabs for indentation

This commit is contained in:
Thomas Gries 2011-08-11 20:47:25 +00:00
parent 1fea43a13f
commit 9a93faf4d4
2 changed files with 2 additions and 2 deletions

View 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>

View 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>