Move user search </form> to correct position. props Nazgul and bl968. fixes #6462 for trunk

git-svn-id: http://svn.automattic.com/wordpress/trunk@7577 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
markjaquith 2008-03-30 16:48:31 +00:00
parent 5ab9ee6a8f
commit 6e9a44bd99
1 changed files with 1 additions and 1 deletions

View File

@ -362,9 +362,9 @@ foreach ( $wp_user_search->get_results() as $userid ) {
<br class="clear" />
</div>
</form>
<?php endif; ?>
</form>
</div>
<?php