diff --git a/app/views/users/show.rhtml b/app/views/users/show.rhtml index c100e6ebd..3a3de34e7 100644 --- a/app/views/users/show.rhtml +++ b/app/views/users/show.rhtml @@ -67,4 +67,4 @@ <%= call_hook :view_account_right_bottom, :user => @user %> -<% html_title @user.name %> +<% html_title h(@user.name) %>