Add missing form ending tag. Props ocean90. see #11817

git-svn-id: http://svn.automattic.com/wordpress/trunk@13383 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
markjaquith 2010-02-24 20:14:12 +00:00
parent 8bcc5969dc
commit a5b99ad4e6
1 changed files with 1 additions and 0 deletions

View File

@ -372,6 +372,7 @@ if ( $post_counter > 0 && $menu_selected_id > 0 && ! $updated ) {
</div><!-- /.widgets-holder-wrap -->
</div><!-- /.hide-if-no-js -->
</div>
</form>
</div>
<div id="dialog-confirm" style="display:none;" title="<?php esc_attr_e('Edit Menu Item'); ?>">