code cosmetics: moved the closing td to a new line
authorThomas Gries <wikinaut@users.mediawiki.org>
Thu, 11 Aug 2011 20:57:57 +0000 (20:57 +0000)
committerThomas Gries <wikinaut@users.mediawiki.org>
Thu, 11 Aug 2011 20:57:57 +0000 (20:57 +0000)
includes/specials/SpecialLockdb.php
includes/specials/SpecialUnlockdb.php

index 680e672..928352d 100644 (file)
@@ -88,8 +88,8 @@ class SpecialLockdb extends SpecialPage {
                </td>
                " . Html::openElement( 'td', array( 'style' => 'text-align:left' ) ) .
                        Html::openElement( 'label', array( 'for' => 'mw-input-wplockconfirm' ) ) .
-
-                       wfMsgHtml( 'lockconfirm' ) . "</label></td>
+                       wfMsgHtml( 'lockconfirm' ) . "</label>
+               </td>
        </tr>
        <tr>
                <td>&#160;</td>
index d76d5f1..84d3410 100644 (file)
@@ -83,7 +83,8 @@ class SpecialUnlockdb extends SpecialPage {
                </td>
                " . Html::openElement( 'td', array( 'style' => 'text-align:left' ) ) .
                        Html::openElement( 'label', array( 'for' => 'mw-input-wpunlockconfirm' ) ) .
-                       wfMsgHtml( 'unlockconfirm' ) . "</label></td>
+                       wfMsgHtml( 'unlockconfirm' ) . "</label>
+               </td>
        </tr>
        <tr>
                <td>&#160;</td>