Index: trunk/extensions/SiteMatrix/SiteMatrix_body.php |
— | — | @@ -359,7 +359,7 @@ |
360 | 360 | $language = $this->getLanguage(); |
361 | 361 | # Total |
362 | 362 | $totalCount = 0; |
363 | | - $s .= '<tr style="font-weight: bold"><th rowspan="2"><a id="total" name="total"></a>' . wfMsgHtml( 'sitematrix-sitetotal' ) . '</th>'; |
| 363 | + $s .= '<tr><th rowspan="2"><a id="total" name="total"></a>' . wfMsgHtml( 'sitematrix-sitetotal' ) . '</th>'; |
364 | 364 | foreach( $matrix->getNames() as $site => $name ) { |
365 | 365 | $url = $matrix->getSiteUrl( $site ); |
366 | 366 | $count = $matrix->getCountPerSite( $site ); |
— | — | @@ -369,7 +369,7 @@ |
370 | 370 | } |
371 | 371 | $s .= '</tr>'; |
372 | 372 | |
373 | | - $s .= '<tr style="font-weight: bold">'; |
| 373 | + $s .= '<tr>'; |
374 | 374 | $noProjects = count( $matrix->getNames() ); |
375 | 375 | $totalCount = $language->formatNum( $totalCount ); |
376 | 376 | $s .= "<th colspan=\"{$noProjects }\">{$totalCount}</th>"; |