Show
Ignore:
Timestamp:
01/30/07 19:14:50 (2 years ago)
Author:
markjaquith
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.0/wp-admin/edit-form-advanced.php

    r4656 r4843  
    152152?> 
    153153<?php the_quicktags(); ?> 
    154 </fieldset> 
    155154 
    156155<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>