HTML escape at app/views/common/error.html.erb.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6366 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
f265e680c3
commit
1e0f514637
|
@ -3,4 +3,4 @@
|
|||
<p id="errorExplanation"><%=h @message %></p>
|
||||
<p><a href="javascript:history.back()">Back</a></p>
|
||||
|
||||
<% html_title @status %>
|
||||
<% html_title h(@status) %>
|
||||
|
|
Loading…
Reference in New Issue