From 07a49b94ad6debf5257ec5246b50393989ea4697 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 22 Jan 2011 13:21:24 +0000 Subject: [PATCH] Removed extraneous hidden_field on wiki history (#7379). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4740 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/wiki/history.rhtml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/wiki/history.rhtml b/app/views/wiki/history.rhtml index 23d45099a..392c3b9f1 100644 --- a/app/views/wiki/history.rhtml +++ b/app/views/wiki/history.rhtml @@ -3,7 +3,6 @@

<%= l(:label_history) %>

<% form_tag({:action => "diff"}, :method => :get) do %> - <%= hidden_field_tag('project_id', h(@project.to_param)) %> -- 2.39.5
#