##// END OF EJS Templates
HTML escape at app/views/users/edit.rhtml....
Toshi MARUYAMA -
r6266:187a39a84c92
parent child
Show More
@@ -8,4 +8,4
8 8
9 9 <%= render_tabs user_settings_tabs %>
10 10
11 <% html_title(l(:label_user), @user.login, l(:label_administration)) -%>
11 <% html_title(l(:label_user), h(@user.login), l(:label_administration)) -%>
General Comments 0
You need to be logged in to leave comments. Login now