Index: trunk/phase3/includes/GlobalFunctions.php |
— | — | @@ -1525,7 +1525,7 @@ |
1526 | 1526 | $selected = intval( $selected ); |
1527 | 1527 | } |
1528 | 1528 | } |
1529 | | - $s = "<select name='namespace' class='namespaceselector'>\n\t"; |
| 1529 | + $s = "<select id='namespace' name='namespace' class='namespaceselector'>\n\t"; |
1530 | 1530 | $arr = $wgContLang->getFormattedNamespaces(); |
1531 | 1531 | if( !is_null($allnamespaces) ) { |
1532 | 1532 | $arr = array($allnamespaces => wfMsgHtml('namespacesall')) + $arr; |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -674,8 +674,8 @@ |
675 | 675 | * (bug 4273) Bounce back with a message when attempting to submit a new comment |
676 | 676 | with an empty main textbox (user probably hit Enter in subject field) |
677 | 677 | * (bug 5141) Gracefully handle the new account link when createaccount off |
| 678 | +* (bug 5150 and related) Fix missing ID attribute in HTML namespace selector |
678 | 679 | |
679 | | - |
680 | 680 | === Caveats === |
681 | 681 | |
682 | 682 | Some output, particularly involving user-supplied inline HTML, may not |