Page MenuHomePhabricator

Special:Statistics produces invalid table HTML when $wgDisableCounters is false
Closed, ResolvedPublic

Description

Author: herd

Description:
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-General -- same code appears in trunk, so doesn't appear fixed.


Version: 1.16.x
Severity: enhancement

Details

Reference
bz20362

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:57 PM
bzimport set Reference to bz20362.
bzimport added a subscriber: Unknown Object (MLST).