--- svn\SpecialAllpages.php Fri Aug 18 17:38:36 2006 +++ SpecialAllpages.php Fri Aug 18 17:49:58 2006 @@ -277,9 +277,10 @@ wfMsgHtml ( 'allpages' ) ); if ( isset($dbr) && $dbr && ($n == $this->maxPerPage) && ($s = $dbr->fetchObject( $res )) ) { $namespaceparam = $namespace ? "&namespace=$namespace" : ""; + $title = Title::newFromDBkey( $s->page_title ); $out2 .= " | " . $sk->makeKnownLink( $wgContLang->specialPage( "Allpages" ), - wfMsgHtml ( 'nextpage', $s->page_title ), + wfMsgHtml ( 'nextpage', $title->getText() ), "from=" . wfUrlEncode ( $s->page_title ) . $namespaceparam ); } $out2 .= "
";