From: Toshi MARUYAMA Date: Tue, 2 Aug 2011 13:00:54 +0000 (+0000) Subject: HTML escape at app/views/common/error.html.erb. X-Git-Tag: 1.3.0~1577 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1e0f51463794ecee6e7f79ce3130ec234f59d354;p=redmine.git 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 --- diff --git a/app/views/common/error.html.erb b/app/views/common/error.html.erb index 0367b47be..cbded214f 100644 --- a/app/views/common/error.html.erb +++ b/app/views/common/error.html.erb @@ -3,4 +3,4 @@

<%=h @message %>

Back

-<% html_title @status %> +<% html_title h(@status) %>