summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/views/users/show.rhtml2
1 files changed, 1 insertions, 1 deletions
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 %>
</div>
-<% html_title @user.name %>
+<% html_title h(@user.name) %>