From f7dd185155a6f24a806fcbf1fd62910863bf92fe Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Tue, 4 Sep 2007 19:29:47 +0000 Subject: [PATCH] * Inclusion of Special:Wantedpages now works again --- RELEASE-NOTES | 5 +++-- includes/QueryPage.php | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 3287a2b446..9aec59fd50 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -434,6 +434,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * Force non-MySQL databases to use an ORDER BY in SpecialAllpages to ensure that the first page_title is truly the first page title. * (bug 10836) Change the summary on creating of new section +* Inclusion of Special:Wantedpages now works again == API changes since 1.10 == @@ -530,7 +531,7 @@ Full API documentation is available at http://www.mediawiki.org/wiki/API * Finnish (fi) * Voro (fiu-vro) * French (fr) -* Français Cadien (frc) (new) +* Français Cadien (frc) (new) * Franco-Provencal/Arpetan (frp) * Galician (gl) * Hakka (hak) @@ -550,7 +551,7 @@ Full API documentation is available at http://www.mediawiki.org/wiki/API * Latin (la) * Lao (lo) * Lithuanian (lt) -* Latviešu (lv) +* LatvieÅ¡u (lv) * Malayalam (ml) * Bahasa Melayu (ms) * Burmese (my) diff --git a/includes/QueryPage.php b/includes/QueryPage.php index fb98bc68e6..06710b6de0 100644 --- a/includes/QueryPage.php +++ b/includes/QueryPage.php @@ -403,7 +403,7 @@ class QueryPage { ? ' class="not-patrolled"' : ''; $html[] = $this->listoutput - ? $format + ? $line : "{$line}\n"; } } @@ -417,7 +417,7 @@ class QueryPage { ? ' class="not-patrolled"' : ''; $html[] = $this->listoutput - ? $format + ? $line : "{$line}\n"; } } -- 2.20.1