diff --git a/includes/SpecialWatchlist.php b/includes/SpecialWatchlist.php index bcb9f1b109b..403ee8fefef 100644 --- a/includes/SpecialWatchlist.php +++ b/includes/SpecialWatchlist.php @@ -94,7 +94,7 @@ function wfSpecialWatchlist( $par ) { $wgOut->addHTML( '
  • ' . wfMsg( 'couldntremove', htmlspecialchars($one) ) . "
  • \n" ); } else { wfRunHooks('UnwatchArticle', array(&$wgUser, new Article($t))); - $wgOut->addHTML( '
  • ' . htmlspecialchars($one) . "
  • \n" ); + $wgOut->addHTML( '
  • [[' . htmlspecialchars($one) . "]]
  • \n" ); } } else { $wgOut->addHTML( '
  • ' . wfMsg( 'iteminvalidname', htmlspecialchars($one) ) . "
  • \n" );