Index: trunk/phase3/includes/specials/SpecialStatistics.php |
— | — | @@ -58,7 +58,7 @@ |
59 | 59 | Xml::tags( 'th', array( 'colspan' => '2' ), wfMsg( 'statistics-header-pages' ) ) . |
60 | 60 | formatRow( wfMsgExt( 'statistics-articles', array( 'parseinline' ) ), |
61 | 61 | $wgLang->formatNum( $good ) ) . |
62 | | - formatRow( wfMsgExt( 'statistics-pages', array( 'parseinline' ) . '</div>' ), |
| 62 | + formatRow( wfMsgExt( 'statistics-pages', array( 'parseinline' ) ), |
63 | 63 | $wgLang->formatNum( $total ), NULL, 'statistics-pages-tooltip' ) . |
64 | 64 | formatRow( wfMsgExt( 'statistics-files', array( 'parseinline' ) ), |
65 | 65 | $wgLang->formatNum( $images ) ) . |