https://bugzilla.wikimedia.org/show_bug.cgi?id=20362

           Summary: Special:Statistics produces invalid table HTML when
                    $wgDisableCounters is false
           Product: MediaWiki
           Version: 1.16-svn
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: Normal
         Component: Special pages
        AssignedTo: [email protected]
        ReportedBy: [email protected]


The returned cell of 'statistics-mostpopular' is not wrapped in a <tr> tag on
Special:Statistics when page hit counters are enabled. 

        $text .= Xml::tags( 'th', array( 'colspan' => '2' ), wfMsgExt(
'statistics-mostpopular', array( 'parseinline' ) ) );

Problem observed in 1.13, reported by hangfromthefloor in #mediawiki -- same
code appears in trunk, so doesn't appear fixed.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to