From ea5006bb15105e118d959f61c1c6f90e262cb4f5 Mon Sep 17 00:00:00 2001 From: Rob Church Date: Mon, 6 Aug 2007 07:21:46 +0000 Subject: [PATCH] ...oops, forgot this --- includes/SpecialIpblocklist.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/SpecialIpblocklist.php b/includes/SpecialIpblocklist.php index 4b27bbd3c7..4f093dcbbd 100644 --- a/includes/SpecialIpblocklist.php +++ b/includes/SpecialIpblocklist.php @@ -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 ) . + ' ' . Xml::submitButton( wfMsg( 'ipblocklist-submit' ) ) . Xml::closeElement( 'fieldset' ) ); -- 2.20.1