diff --git a/app/views/wiki/history.html.erb b/app/views/wiki/history.html.erb
index 256394471..cfbf64154 100644
--- a/app/views/wiki/history.html.erb
+++ b/app/views/wiki/history.html.erb
@@ -4,7 +4,7 @@
<%= l(:label_history) %>
-<% form_tag({:action => "diff"}, :method => :get) do %>
+<% form_tag({:controller => 'wiki', :action => 'diff', :project_id => @page.project, :id => @page.title}, :method => :get) do %>