Index: branches/REL1_4/phase3/includes/SpecialPreferences.php |
— | — | @@ -450,6 +450,7 @@ |
451 | 451 | $sel = ($code==$this->mUserVariant)? 'selected="selected"' : ''; |
452 | 452 | $wgOut->addHtml("\t<option value=\"$code\" $sel>$code - $name</option>\n"); |
453 | 453 | } |
| 454 | + $wgOut->addHtml("</select></label></div>\n"); |
454 | 455 | } |
455 | 456 | } |
456 | 457 | # Fields for changing password |