Case #2908: Escape user name in user not found error
This commit is contained in:
parent
0191549033
commit
3008963a4b
1 changed files with 2 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
|||
<h2><%= t 'user.no_such_user.heading', :user => @not_found_user %></h2>
|
||||
<p><%= t 'user.no_such_user.body', :user => @not_found_user %></p>
|
||||
<h2><%= t 'user.no_such_user.heading', :user => h(@not_found_user) %></h2>
|
||||
<p><%= t 'user.no_such_user.body', :user => h(@not_found_user) %></p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue