Index: edit-form-advanced.php
===================================================================
--- edit-form-advanced.php	(revision 4731)
+++ edit-form-advanced.php	(working copy)
@@ -151,7 +151,6 @@
  }
 ?>
 <?php the_quicktags(); ?>
-</fieldset>
 
 <div><textarea <?php if ( user_can_richedit() ) echo 'title="true" '; ?>rows="<?php echo $rows; ?>" cols="40" name="content" tabindex="2" id="content"><?php echo user_can_richedit() ? wp_richedit_pre($post->post_content) : $post->post_content; ?></textarea></div>
 </fieldset>

