##// END OF EJS Templates
HTML escape at app/views/wikis/destroy.rhtml....
Toshi MARUYAMA -
r6274:fb04ab504acd
parent child
Show More
@@ -1,7 +1,7
1 <h2><%=l(:label_confirmation)%></h2>
1 <h2><%=l(:label_confirmation)%></h2>
2
2
3 <div class="box"><center>
3 <div class="box"><center>
4 <p><strong><%= @project.name %></strong><br /><%=l(:text_wiki_destroy_confirmation)%></p>
4 <p><strong><%= h(@project.name) %></strong><br /><%=l(:text_wiki_destroy_confirmation)%></p>
5
5
6 <% form_tag({:controller => 'wikis', :action => 'destroy', :id => @project}) do %>
6 <% form_tag({:controller => 'wikis', :action => 'destroy', :id => @project}) do %>
7 <%= hidden_field_tag "confirm", 1 %>
7 <%= hidden_field_tag "confirm", 1 %>
General Comments 0
You need to be logged in to leave comments. Login now