r65886 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r65885‎ | r65886 | r65887 >
Date:22:12, 3 May 2010
Author:siebrand
Status:deferred
Tags:
Comment:
Maybe some day I'll get it, but not today.
Modified paths:
  • /trunk/extensions/Translate/SpecialLanguageStats.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/SpecialLanguageStats.php
@@ -258,7 +258,7 @@
259259 );
260260
261261 $out .= Xml::openElement( 'tr' );
262 - $out .= $this->element( $translateGroupLink );
 262+ $out .= '<td>' . $translateGroupLink . '</td>';
263263 $out .= Xml::element( 'td', null, $total );
264264 $out .= Xml::element( 'td', null, $total - $translated );
265265 $out .= $this->element( $translatedPercentage, $translatedPercentage == $errorString ? '' : $this->getBackgroundColour( $translated, $total ) );

Status & tagging log