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
This commit is contained in:
parent
0c2958dbda
commit
fb04ab504a
|
@ -1,7 +1,7 @@
|
|||
<h2><%=l(:label_confirmation)%></h2>
|
||||
|
||||
<div class="box"><center>
|
||||
<p><strong><%= @project.name %></strong><br /><%=l(:text_wiki_destroy_confirmation)%></p>
|
||||
<p><strong><%= h(@project.name) %></strong><br /><%=l(:text_wiki_destroy_confirmation)%></p>
|
||||
|
||||
<% form_tag({:controller => 'wikis', :action => 'destroy', :id => @project}) do %>
|
||||
<%= hidden_field_tag "confirm", 1 %>
|
||||
|
|
Loading…
Reference in New Issue