From: Ævar Arnfjörð Bjarmason Date: Tue, 21 Jun 2005 15:00:09 +0000 (+0000) Subject: * Displaying namespace subheadings on Special:Watchlist/edit X-Git-Tag: 1.5.0beta1~108 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=df3b5efda09d9c6ffc01968e96919ad5ff47903f;p=lhc%2Fweb%2Fwiklou.git * Displaying namespace subheadings on Special:Watchlist/edit --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 36c3e134bf..a54f75b823 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -312,6 +312,7 @@ Various bugfixes, small features, and a few experimental things: * (bug 2467) Added a Turkish language file * Fixed a bug in Special:Contributions that caused the namespace selection to be forgotten between submits +* Special:Watchlist/edit now has namespace subheadings === Caveats === diff --git a/includes/SpecialWatchlist.php b/includes/SpecialWatchlist.php index 97093d0dbf..9e09272980 100644 --- a/includes/SpecialWatchlist.php +++ b/includes/SpecialWatchlist.php @@ -124,8 +124,7 @@ function wfSpecialWatchlist( $par ) { $wgOut->addHTML( '
escapeLocalUrl( 'action=submit' ) . - "' method='post'>\n" . - "\n" . + $wgOut->addHTML( "\n" . - "
\n" ); + "\n" + ); return; }