r66527 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r66526‎ | r66527 | r66528 >
Date:12:49, 16 May 2010
Author:siebrand
Status:deferred
Tags:
Comment:
Fix HTML5 validation issue: The for attribute of the label element must refer to a form control.
Modified paths:
  • /trunk/extensions/Translate/SpecialTranslations.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/SpecialTranslations.php
@@ -66,7 +66,7 @@
6767 global $wgContLang, $wgScript, $wgTranslateMessageNamespaces;
6868 $t = $this->getTitle();
6969
70 - $namespaces = new XmlSelect( 'namespace' );
 70+ $namespaces = new XmlSelect( 'namespace', 'namespace' );
7171 $namespaces->setDefault( $title->getNamespace() );
7272
7373 foreach ( $wgTranslateMessageNamespaces as $ns ) {

Status & tagging log