From 3d0399313f112745295f2e0eee92052809ace514 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Tue, 7 Apr 2009 14:38:20 +0000 Subject: [PATCH] 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 :-\ --- includes/specials/SpecialSpecialpages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) { -- 2.20.1