r45679 MediaWiki - Code Review archive

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

Diff [purge]

Index: trunk/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

Follow-up revisions

RevisionCommit summaryAuthorDate
r45681Backport r45679: Bug 16991: Fix regression: Add class for right justify figur...raymond18:53, 12 January 2009

Status & tagging log