Index: trunk/phase3/includes/specials/SpecialStatistics.php |
— | — | @@ -164,7 +164,7 @@ |
165 | 165 | */ |
166 | 166 | function formatRow( $text, $number, $trExtraParams = '', $tooltip = '' ) { |
167 | 167 | if( $tooltip ) { |
168 | | - $text = '<div title="' . wfMsg( $tooltip ) . '">' . $text . '</div>'; |
| 168 | + $text = '<div title="' . wfMsg( $tooltip ) . '">' . $text . '<sup>*</sup></div>'; |
169 | 169 | } |
170 | 170 | |
171 | 171 | return "<tr{$trExtraParams}> |