r45681 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r45680‎ | r45681 | r45682 >
Date:18:53, 12 January 2009
Author:raymond
Status:ok
Tags:
Comment:
Backport r45679: Bug 16991: Fix regression: Add class for right justify figures again. Class is defined in shared.css already.
Modified paths:
  • /branches/REL1_14/phase3/includes/specials/SpecialStatistics.php (modified) (history)

Diff [purge]

Index: branches/REL1_14/phase3/includes/specials/SpecialStatistics.php
@@ -108,7 +108,7 @@
109109 }
110110 return Xml::openElement( 'tr', $trExtraParams ) .
111111 Xml::openElement( 'td' ) . $text . Xml::closeElement( 'td' ) .
112 - Xml::openElement( 'td' ) . $number . Xml::closeElement( 'td' ) .
 112+ Xml::openElement( 'td', array( 'class' => 'mw-statistics-numbers' ) ) . $number . Xml::closeElement( 'td' ) .
113113 Xml::closeElement( 'tr' );
114114 }
115115

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r45679Bug 16991: Fix regression: Add class for right justify figures again. Class i...raymond17:16, 12 January 2009

Status & tagging log