Clear float in themes search results, props hakre, fixes #9694

git-svn-id: http://svn.automattic.com/wordpress/trunk@11286 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2009-05-12 00:08:31 +00:00
parent 4e9ebf41a7
commit 30d3e3377b
1 changed files with 2 additions and 1 deletions

View File

@ -391,8 +391,9 @@ function display_themes($themes, $page = 1, $totalpages = 1) {
if ( $page_links )
echo "\t\t<div class='tablenav-pages'>$page_links</div>";
?> <br class="clear" />
?>
</div>
<br class="clear" />
<?php
if ( empty($themes) ) {
_e('No themes found');