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 %>