From 1e0f51463794ecee6e7f79ce3130ec234f59d354 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Tue, 2 Aug 2011 13:00:54 +0000 Subject: [PATCH] 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 --- app/views/common/error.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) %> -- 2.39.5