Index: bp-xprofile/bp-xprofile-classes.php
===================================================================
--- bp-xprofile/bp-xprofile-classes.php	(revision 8655)
+++ bp-xprofile/bp-xprofile-classes.php	(working copy)
@@ -2396,9 +2396,7 @@
 
 		<?php do_action( bp_get_the_profile_field_errors_action() ); ?>
 
-		<textarea <?php echo $this->get_edit_field_html_elements( $r ); ?>>
-			<?php bp_the_profile_field_edit_value(); ?>
-		</textarea>
+		<textarea <?php echo $this->get_edit_field_html_elements( $r ); ?>><?php bp_the_profile_field_edit_value(); ?></textarea>
 
 		<?php
 	}
