r6658 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r6657‎ | r6658 | r6659 >
Date:21:12, 12 December 2004
Author:zhengzhu
Status:old
Tags:
Comment:
fix broken html form
Modified paths:
  • /branches/REL1_4/phase3/includes/SpecialPreferences.php (modified) (history)

Diff [purge]

Index: branches/REL1_4/phase3/includes/SpecialPreferences.php
@@ -450,6 +450,7 @@
451451 $sel = ($code==$this->mUserVariant)? 'selected="selected"' : '';
452452 $wgOut->addHtml("\t<option value=\"$code\" $sel>$code - $name</option>\n");
453453 }
 454+ $wgOut->addHtml("</select></label></div>\n");
454455 }
455456 }
456457 # Fields for changing password

Status & tagging log