...oops, forgot this
authorRob Church <robchurch@users.mediawiki.org>
Mon, 6 Aug 2007 07:21:46 +0000 (07:21 +0000)
committerRob Church <robchurch@users.mediawiki.org>
Mon, 6 Aug 2007 07:21:46 +0000 (07:21 +0000)
includes/SpecialIpblocklist.php

index 4b27bbd..4f093dc 100644 (file)
@@ -248,6 +248,7 @@ class IPUnblockForm {
                                Xml::openElement( 'fieldset' ) .
                                Xml::element( 'legend', null, wfMsg( 'ipblocklist-legend' ) ) .
                                Xml::inputLabel( wfMsg( 'ipblocklist-username' ), 'ip', 'ip', /* size */ false, $this->ip ) .
+                               '&nbsp;' .
                                Xml::submitButton( wfMsg( 'ipblocklist-submit' ) ) .
                                Xml::closeElement( 'fieldset' )
                        );