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:
Toshi MARUYAMA 2011-08-02 13:00:54 +00:00
parent f265e680c3
commit 1e0f514637
1 changed files with 1 additions and 1 deletions

View File

@ -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) %>