From: Tim Starling Date: Sun, 3 Jun 2007 09:23:58 +0000 (+0000) Subject: Revert r22661 as per wikitech-l X-Git-Tag: 1.31.0-rc.0~52714 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=e69105fbb8d9bf008338a376445d8a36fcf435e1;p=lhc%2Fweb%2Fwiklou.git Revert r22661 as per wikitech-l --- 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" );