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

git-svn-id: https://develop.svn.wordpress.org/trunk@11286 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2009-05-12 00:08:31 +00:00
parent cf14056f90
commit b008acad7d

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');