Index: trunk/phase3/includes/SpecialIpblocklist.php |
— | — | @@ -248,6 +248,7 @@ |
249 | 249 | Xml::openElement( 'fieldset' ) . |
250 | 250 | Xml::element( 'legend', null, wfMsg( 'ipblocklist-legend' ) ) . |
251 | 251 | Xml::inputLabel( wfMsg( 'ipblocklist-username' ), 'ip', 'ip', /* size */ false, $this->ip ) . |
| 252 | + ' ' . |
252 | 253 | Xml::submitButton( wfMsg( 'ipblocklist-submit' ) ) . |
253 | 254 | Xml::closeElement( 'fieldset' ) |
254 | 255 | ); |