From: Thomas Gries Date: Thu, 11 Aug 2011 20:57:57 +0000 (+0000) Subject: code cosmetics: moved the closing td to a new line X-Git-Tag: 1.31.0-rc.0~28342 X-Git-Url: http://git.cyclocoop.org/%22%20.%20%20%20%24self2%20.%20%20%20%22&var_mode_affiche=boucle?a=commitdiff_plain;h=d7b0108f1f5a2ac749ee54c899c5a038005ddc22;p=lhc%2Fweb%2Fwiklou.git code cosmetics: moved the closing td to a new line --- diff --git a/includes/specials/SpecialLockdb.php b/includes/specials/SpecialLockdb.php index 680e672c84..928352d642 100644 --- a/includes/specials/SpecialLockdb.php +++ b/includes/specials/SpecialLockdb.php @@ -88,8 +88,8 @@ class SpecialLockdb extends SpecialPage { " . Html::openElement( 'td', array( 'style' => 'text-align:left' ) ) . Html::openElement( 'label', array( 'for' => 'mw-input-wplockconfirm' ) ) . - - wfMsgHtml( 'lockconfirm' ) . " + wfMsgHtml( 'lockconfirm' ) . " +   diff --git a/includes/specials/SpecialUnlockdb.php b/includes/specials/SpecialUnlockdb.php index d76d5f15f4..84d34107e4 100644 --- a/includes/specials/SpecialUnlockdb.php +++ b/includes/specials/SpecialUnlockdb.php @@ -83,7 +83,8 @@ class SpecialUnlockdb extends SpecialPage { " . Html::openElement( 'td', array( 'style' => 'text-align:left' ) ) . Html::openElement( 'label', array( 'for' => 'mw-input-wpunlockconfirm' ) ) . - wfMsgHtml( 'unlockconfirm' ) . " + wfMsgHtml( 'unlockconfirm' ) . " +