Remove leftover div
authorSiebrand Mazeland <siebrand@users.mediawiki.org>
Sun, 21 Sep 2008 15:11:22 +0000 (15:11 +0000)
committerSiebrand Mazeland <siebrand@users.mediawiki.org>
Sun, 21 Sep 2008 15:11:22 +0000 (15:11 +0000)
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 ) ) .