Remove leftover div
[lhc/web/wiklou.git] / includes / specials / SpecialStatistics.php
index 67f54b7..b312f3d 100644 (file)
@@ -58,7 +58,7 @@ function wfSpecialStatistics( $par = '' ) {
                        Xml::tags( 'th', array( 'colspan' => '2' ), wfMsg( 'statistics-header-pages' ) ) .
                        formatRow( wfMsgExt( 'statistics-articles', array( 'parseinline' ) ),
                                        $wgLang->formatNum( $good ) ) .
-                       formatRow( wfMsgExt( 'statistics-pages', array( 'parseinline' ) . '</div>' ),
+                       formatRow( wfMsgExt( 'statistics-pages', array( 'parseinline' ) ),
                                        $wgLang->formatNum( $total ), NULL, 'statistics-pages-tooltip' ) .
                        formatRow( wfMsgExt( 'statistics-files', array( 'parseinline' ) ),
                                        $wgLang->formatNum( $images ) ) .