Remove spurious </fieldset>. Props foolswisdom. fixes #3585

git-svn-id: http://svn.automattic.com/wordpress/branches/2.0@4843 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
markjaquith 2007-01-30 19:14:50 +00:00
parent 55a996f29d
commit 46bce62d5d

View File

@ -151,7 +151,6 @@ endforeach;
}
?>
<?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>