# This patch file was generated by NetBeans IDE
# Following Index: paths are relative to: \templates\default\bbpress
# It uses platform neutral UTF-8 encoding and \n newlines.
# Above lines and this line are ignored by the patching process.
Index: form-user-edit.php
--- form-user-edit.php Base (BASE)
+++ form-user-edit.php Locally Modified (Based On LOCAL)
@@ -80,7 +80,7 @@
 
 		<div>
 			<label for="description"><?php _e( 'Biographical Info', 'bbpress' ); ?></label>
-			<textarea name="description" id="description" rows="5" cols="30" tabindex="<?php bbp_tab_index(); ?>"><?php echo esc_attr( bbp_get_displayed_user_field( 'description' ) ); ?></textarea>
\ No newline at end of file
+                        <textarea name="description" id="description" rows="5" cols="30" tabindex="<?php bbp_tab_index(); ?>"><?php echo esc_textarea( bbp_get_displayed_user_field( 'description' ) ); ?></textarea>
\ No newline at end of file
 		</div>
 
 		<?php do_action( 'bbp_user_edit_after_about' ); ?>
