Index: trunk/phase3/includes/SpecialContributions.php |
— | — | @@ -422,7 +422,7 @@ |
423 | 423 | Xml::element( 'legend', array(), wfMsg( 'sp-contributions-search' ) ) . |
424 | 424 | Xml::radioLabel( wfMsgExt( 'sp-contributions-newbies', array( 'parseinline' ) ), 'newbie' , 'contribs-newbie' , 'contribs-newbie', 'contribs-newbie' ) . '<br />' . |
425 | 425 | Xml::radioLabel( wfMsgExt( 'sp-contributions-username', array( 'parseinline' ) ), 'newbie' , 'contribs-all', 'contribs-all', 'contribs-all' ) . ' ' . |
426 | | - Xml::input( 'target', 20, $options['target']) . ' '. |
| 426 | + Xml::input( 'target', 30, $options['target']) . ' '. |
427 | 427 | Xml::label( wfMsg( 'namespace' ), 'namespace' ) . |
428 | 428 | Xml::namespaceSelector( $options['namespace'], '' ) . |
429 | 429 | Xml::submitButton( wfMsg( 'sp-contributions-submit' ) ) . |