--- SpecialContributions.php 2007-02-15 22:35:35.000000000 +0900 +++ SpecialContributionsnew.php 2007-02-19 10:48:24.000000000 +0900 @@ -194,13 +194,13 @@ $target = isset( $par ) ? $par : $wgRequest->getVal( 'target' ); if ( !strlen( $target ) ) { - $wgOut->showErrorPage( 'notargettitle', 'notargettext' ); + $wgOut->addHTML( contributionsForm()); return; } $nt = Title::newFromURL( $target ); if ( !$nt ) { - $wgOut->showErrorPage( 'notargettitle', 'notargettext' ); + $wgOut->addHTML( contributionsForm()); return; } @@ -374,6 +374,7 @@ $f .= '

' . wfMsgHtml( 'namespace' ) . ' ' . HTMLnamespaceselector( $options['namespace'], '' ) . + Xml::inputLabel( wfMsg( 'specialloguserlabel' ), 'target', 'target', 12, $options['target']) . wfElement( 'input', array( 'type' => 'submit', 'value' => wfMsg( 'allpagessubmit' ) )