Index: theme-install.php
===================================================================
--- theme-install.php	(revision 10883)
+++ theme-install.php	(working copy)
@@ -189,7 +189,7 @@
 ?>
 
 <li>
-	<input type="checkbox" name="features[<?php echo $html_safe['feature']; ?>]" id="feature-id-<?php echo $html_safe['feature']; ?>" value="<?php echo $html_safe['feature']; ?>">
+	<input type="checkbox" name="features[<?php echo $html_safe['feature']; ?>]" id="feature-id-<?php echo $html_safe['feature']; ?>" value="<?php echo $html_safe['feature']; ?>" />
 	<label for="feature-id-<?php echo $html_safe['feature']; ?>"><?php echo $html_safe['feature']; ?></label>
 </li>
 
@@ -260,10 +260,9 @@
 	?>
 <h4><?php _e('Install a theme in .zip format') ?></h4>
 <p class="install-help"><?php _e('If you have a theme in a .zip format, you may install it by uploading it here.') ?></p>
-<form method="post" enctype="multipart/form-data"
-	action="<?php echo admin_url('theme-install.php?tab=do_upload') ?>"><?php wp_nonce_field( 'theme-upload') ?>
-<input type="file" name="themezip" /> <input type="submit"
-	class="button" value="<?php _e('Install Now') ?>" /></form>
+<form method="post" enctype="multipart/form-data" action="<?php echo admin_url('theme-install.php?tab=do_upload') ?>"><?php wp_nonce_field( 'theme-upload') ?>
+	<input type="file" name="themezip" /> <input type="submit" class="button" value="<?php _e('Install Now') ?>" />
+</form>
 	<?php
 }
 
