Index: wp-admin/includes/class-wp-themes-list-table.php
===================================================================
--- wp-admin/includes/class-wp-themes-list-table.php	(revision 20059)
+++ wp-admin/includes/class-wp-themes-list-table.php	(working copy)
@@ -168,10 +168,6 @@
 				<p><?php printf( __( 'All of this theme&#8217;s files are located in <code>%2$s</code>.' ),
 					$title, str_replace( WP_CONTENT_DIR, '', $theme->get_template_directory() ), str_replace( WP_CONTENT_DIR, '', $theme->get_stylesheet_directory() ) ); ?></p>
 			<?php endif; ?>
-			<?php
-			if ( $theme->get('Tags') )
-				printf( '<p>' . __( 'Tags: %s.' ) . '</p>', $theme->display('Tags') );
-			?>
 			</div>
 			<?php theme_update_available( $theme ); ?>
 			</div>
Index: wp-admin/themes.php
===================================================================
--- wp-admin/themes.php	(revision 20059)
+++ wp-admin/themes.php	(working copy)
@@ -136,16 +136,12 @@
 		}
 	}
 	echo implode ( ' | ', $options );
-
-	if ( $ct->get('Tags') ) : ?>
-	<p><?php _e('Tags:'); ?> <?php echo $ct->display('Tags'); ?></p>
-	<?php endif; ?>
+	?>
 </div>
 <?php theme_update_available($ct); ?>
 
 </div>
 
-<br class="clear" />
 <?php
 if ( ! current_user_can( 'switch_themes' ) ) {
 	echo '</div>';
@@ -154,20 +150,19 @@
 }
 ?>
 
-<h3><?php _e('Available Themes'); ?></h3>
-
 <?php if ( !empty( $_REQUEST['s'] ) || !empty( $_REQUEST['filter'] ) || $wp_list_table->has_items() ) : ?>
 
 <form class="search-form filter-form" action="" method="get">
 
 <p class="search-box">
+
 	<label class="screen-reader-text" for="theme-search-input"><?php _e('Search Installed Themes'); ?>:</label>
 	<input type="text" id="theme-search-input" name="s" value="<?php _admin_search_query(); ?>" />
 	<?php submit_button( __( 'Search Installed Themes' ), 'button', false, false, array( 'id' => 'search-submit' ) ); ?>
 	<a id="filter-click" href="?filter=1"><?php _e( 'Feature Filter' ); ?></a>
 </p>
 
-<br class="clear"/>
+<h3><?php _e('Available Themes'); ?></h3>
 
 <div id="filter-box" style="<?php if ( empty($_REQUEST['filter']) ) echo 'display: none;'; ?>">
 <?php $feature_list = get_theme_feature_list(); ?>
@@ -207,8 +202,6 @@
 	<br class="clear"/>
 </div>
 
-<br class="clear" />
-
 <?php endif; ?>
 
 <?php $wp_list_table->display(); ?>
