summaryrefslogtreecommitdiffstats
path: root/app/views/wikis
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/wikis')
-rw-r--r--app/views/wikis/destroy.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/wikis/destroy.html.erb b/app/views/wikis/destroy.html.erb
index 75c0eac24..bc3360014 100644
--- a/app/views/wikis/destroy.html.erb
+++ b/app/views/wikis/destroy.html.erb
@@ -3,7 +3,7 @@
<div class="box"><center>
<p><strong><%= h(@project.name) %></strong><br /><%=l(:text_wiki_destroy_confirmation)%></p>
-<% form_tag({:controller => 'wikis', :action => 'destroy', :id => @project}) do %>
+<%= form_tag({:controller => 'wikis', :action => 'destroy', :id => @project}) do %>
<%= hidden_field_tag "confirm", 1 %>
<%= submit_tag l(:button_delete) %>
<% end %>