From: Chad Horohoe Date: Wed, 2 Jul 2008 13:42:12 +0000 (+0000) Subject: Adding the id's to the headings might make it work better. X-Git-Tag: 1.31.0-rc.0~46806 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/voir.php?a=commitdiff_plain;h=6b83c2a9b872137be08ab2a4e97bad25f90fc40d;p=lhc%2Fweb%2Fwiklou.git Adding the id's to the headings might make it work better. --- diff --git a/includes/specials/SpecialSpecialpages.php b/includes/specials/SpecialSpecialpages.php index a331510dc7..8c1299bc3f 100644 --- a/includes/specials/SpecialSpecialpages.php +++ b/includes/specials/SpecialSpecialpages.php @@ -62,7 +62,7 @@ function wfSpecialSpecialpages() { $total = count($sortedPages); $count = 0; - $wgOut->addHTML( "

".wfMsgHtml("specialpages-group-$group")."

\n" ); + $wgOut->addHTML( "

".wfMsgHtml("specialpages-group-$group")."

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