Index: wp-admin/edit-comments.php
===================================================================
--- wp-admin/edit-comments.php	(revision 16148)
+++ wp-admin/edit-comments.php	(working copy)
@@ -219,9 +219,9 @@
 	<input type="hidden" name="paged" value="<?php echo esc_attr( absint( $_REQUEST['paged'] ) ); ?>" />
 <?php } ?>
 
+</form>
 <?php $wp_list_table->display(); ?>
 </div>
-</form>
 
 <div id="ajax-response"></div>
 
Index: wp-admin/edit-tags.php
===================================================================
--- wp-admin/edit-tags.php	(revision 16148)
+++ wp-admin/edit-tags.php	(working copy)
@@ -36,7 +36,7 @@
 	$ret = wp_insert_term( $_POST['tag-name'], $taxonomy, $_POST );
 	$location = 'edit-tags.php?taxonomy=' . $taxonomy;
 	if ( 'post' != $post_type )
-		$location .= '&post_type=' . $post_type;
+		$location .= '&amp;post_type=' . $post_type;
 
 	if ( $referer = wp_get_original_referer() ) {
 		if ( false !== strpos( $referer, 'edit-tags.php' ) )
Index: wp-admin/themes.php
===================================================================
--- wp-admin/themes.php	(revision 16148)
+++ wp-admin/themes.php	(working copy)
@@ -119,7 +119,7 @@
 
 </div>
 
-<br class="clear">
+<br class="clear" />
 <?php
 if ( ! current_user_can( 'switch_themes' ) ) {
 	echo '</div>';
Index: wp-admin/upload.php
===================================================================
--- wp-admin/upload.php	(revision 16148)
+++ wp-admin/upload.php	(working copy)
@@ -214,8 +214,6 @@
 <?php $wp_list_table->display(); ?>
 <div id="ajax-response"></div>
 <?php find_posts_div(); ?>
-<br class="clear" />
-</div>
 </form>
 <br class="clear" />
 
Index: wp-admin/includes/template.php
===================================================================
--- wp-admin/includes/template.php	(revision 16148)
+++ wp-admin/includes/template.php	(working copy)
@@ -559,7 +559,7 @@
 </tr>
 
 <tr><td colspan="2" class="submit">
-<?php submit_button( __( 'Add Custom Field' ), 'add:the-list:newmeta', 'addmeta', false, array( 'id' => 'addmetasub', 'tabindex' => '9' ) ); ?>
+<?php submit_button( __( 'Add Custom Field' ), 'add:the-list:newmeta', 'addmetasub', false, array( 'tabindex' => '9' ) ); ?>
 <?php wp_nonce_field( 'add-meta', '_ajax_nonce-add-meta', false ); ?>
 </td></tr>
 </tbody>
