From: Chad Horohoe Date: Tue, 7 Apr 2009 14:38:20 +0000 (+0000) Subject: Re-add id's to special page groups (that I originally did in r36907 for the TOC ... X-Git-Tag: 1.31.0-rc.0~42203 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=3d0399313f112745295f2e0eee92052809ace514;p=lhc%2Fweb%2Fwiklou.git Re-add id's to special page groups (that I originally did in r36907 for the TOC ). Still not sure how to make that TOC look good though :-\ --- diff --git a/includes/specials/SpecialSpecialpages.php b/includes/specials/SpecialSpecialpages.php index 89fd9b3218..c44a327cb1 100644 --- a/includes/specials/SpecialSpecialpages.php +++ b/includes/specials/SpecialSpecialpages.php @@ -55,7 +55,7 @@ function wfSpecialSpecialpages() { $total = count($sortedPages); $count = 0; - $wgOut->wrapWikiMsg( "

$1

\n", "specialpages-group-$group" ); + $wgOut->wrapWikiMsg( "

$1

\n", "specialpages-group-$group" ); $wgOut->addHTML( "" ); $wgOut->addHTML( "
    \n" ); foreach( $sortedPages as $desc => $specialpage ) {