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