r13438 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r13437‎ | r13438 | r13439 >
Date:01:49, 3 April 2006
Author:robchurch
Status:old
Tags:
Comment:
*Really* fix bug 5150
Modified paths:
  • /trunk/phase3/includes/XmlFunctions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/XmlFunctions.php
@@ -73,7 +73,7 @@
7474 $selected = intval( $selected );
7575 }
7676 }
77 - $s = "<select name='namespace' class='namespaceselector'>\n\t";
 77+ $s = "<select id='namespace' name='namespace' class='namespaceselector'>\n\t";
7878 $arr = $wgContLang->getFormattedNamespaces();
7979 if( !is_null($allnamespaces) ) {
8080 $arr = array($allnamespaces => wfMsgHtml('namespacesall')) + $arr;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r13161(bug 5150 and related) Fix missing ID attribute in HTML namespace selectorrobchurch07:27, 3 March 2006

Status & tagging log