From e69105fbb8d9bf008338a376445d8a36fcf435e1 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Sun, 3 Jun 2007 09:23:58 +0000 Subject: [PATCH] Revert r22661 as per wikitech-l --- includes/SpecialWatchlist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SpecialWatchlist.php b/includes/SpecialWatchlist.php index bcb9f1b109..403ee8fefe 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" ); -- 2.20.1