# 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: user-details.php
--- user-details.php Base (BASE)
+++ user-details.php Locally Modified (Based On LOCAL)
@@ -15,7 +15,7 @@
 		<div id="bbp-user-avatar">
 
 			<span class='vcard'>
-				<a class="url fn n" href="<?php bbp_user_profile_url(); ?>" title="<?php bbp_displayed_user_field( 'display_name' ); ?>" rel="me">
+				<a class="url fn n" href="<?php bbp_user_profile_url(); ?>" title="<?php echo esc_attr( bbp_get_displayed_user_field( 'display_name' ) ); ?>" rel="me">
 					<?php echo get_avatar( bbp_get_displayed_user_field( 'user_email' ), apply_filters( 'bbp_single_user_details_avatar_size', 150 ) ); ?>
 				</a>
 			</span>
