--- admin/system_utils.php.old  2011-04-10 14:30:58.000000000 +0200
+++ admin/system_utils.php      2011-04-17 14:04:53.000000000 +0200
@@ -44,7 +44,7 @@
 <br /><br />

 <table width="80%" bgcolor="#222222" cellpadding="10" cellspacing="1">
-       <tr><td bgcolor=\"#e8e8e8\" colspan=\"2\"><span class=\"title\">Upgrade Utilities</span></td></tr>
+       <tr><td bgcolor="#e8e8e8" colspan="2"><span class="title">Upgrade Utilities</span></td></tr>

        <!-- # Headings -->
        <tr bgcolor="#ffffff"><th width="70%">Description</th><th width="30%">Execute</th></tr>
@@ -80,7 +80,7 @@
        'fixed_in_version',
 );
 foreach( $t_dest_ids as $t_id ) {
-       printf( "<OPTION VALUE=\"%s\">%s", $t_id, $t_id );
+       printf( "<OPTION VALUE=\"%s\">%s</OPTION>", $t_id, $t_id );
 }
 ?>
                </SELECT>
