HTML escape at app/views/users/show.rhtml.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6387 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
187a39a84c
commit
4a291287d9
|
@ -67,4 +67,4 @@
|
|||
<%= call_hook :view_account_right_bottom, :user => @user %>
|
||||
</div>
|
||||
|
||||
<% html_title @user.name %>
|
||||
<% html_title h(@user.name) %>
|
||||
|
|
Loading…
Reference in New Issue