Index: trunk/phase3/includes/WatchlistEditor.php |
— | — | @@ -415,7 +415,7 @@ |
416 | 416 | $tools[] = $skin->makeKnownLinkObj( $title, wfMsgHtml( 'history_short' ), 'action=history' ); |
417 | 417 | } |
418 | 418 | if( $title->getNamespace() == NS_USER && !$title->isSubpage() ) { |
419 | | - $tools[] = $skin->makeKnownLinkObj( SpecialPage::getTitleFor( 'Contributions' ), wfMsgHtml( 'contributions' ), 'target=' . $title->getPartialUrl() ); |
| 419 | + $tools[] = $skin->makeKnownLinkObj( SpecialPage::getTitleFor( 'Contributions', $title->getText() ), wfMsgHtml( 'contributions' ) ); |
420 | 420 | } |
421 | 421 | return '<li>' |
422 | 422 | . Xml::check( 'titles[]', false, array( 'value' => $title->getPrefixedText() ) ) |