Index: trunk/extensions/FlaggedRevs/specialpages/ValidationStatistics_body.php |
— | — | @@ -41,7 +41,7 @@ |
42 | 42 | if( is_array($data) ) { |
43 | 43 | $headerRows = $dataRows = ''; |
44 | 44 | foreach( $data as $percentile => $perValue ) { |
45 | | - $headerRows .= "<th>P<sub>$percentile</sub></th>"; |
| 45 | + $headerRows .= "<th>P<sub>".intval($percentile)."</sub></th>"; |
46 | 46 | $dataRows .= '<td>'.$wgLang->formatTimePeriod($perValue).'</td>'; |
47 | 47 | } |
48 | 48 | $reviewChart = "<table class='wikitable flaggedrevs_stats_table' style='white-space: nowrap;'>\n"; |