From fb04ab504acd61d0e7a958f3d0f19e296d442e37 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Tue, 2 Aug 2011 13:21:08 +0000 Subject: [PATCH] HTML escape at app/views/wikis/destroy.rhtml. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6394 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/wikis/destroy.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/wikis/destroy.rhtml b/app/views/wikis/destroy.rhtml index b5b1de114..75c0eac24 100644 --- a/app/views/wikis/destroy.rhtml +++ b/app/views/wikis/destroy.rhtml @@ -1,7 +1,7 @@

<%=l(:label_confirmation)%>

-

<%= @project.name %>
<%=l(:text_wiki_destroy_confirmation)%>

+

<%= h(@project.name) %>
<%=l(:text_wiki_destroy_confirmation)%>

<% form_tag({:controller => 'wikis', :action => 'destroy', :id => @project}) do %> <%= hidden_field_tag "confirm", 1 %> -- 2.39.5