r65885 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r65884‎ | r65885 | r65886 >
Date:22:09, 3 May 2010
Author:siebrand
Status:deferred
Tags:
Comment:
No escaping for $translateGroupLink
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 .= Xml::element( 'td', null, $translateGroupLink );
 262+ $out .= $this->element( $translateGroupLink );
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