diff options
Diffstat (limited to 'app/views/wiki/history.html.erb')
-rw-r--r-- | app/views/wiki/history.html.erb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/wiki/history.html.erb b/app/views/wiki/history.html.erb index cfbf64154..fa9effd1a 100644 --- a/app/views/wiki/history.html.erb +++ b/app/views/wiki/history.html.erb @@ -4,7 +4,9 @@ <h3><%= l(:label_history) %></h3> -<% form_tag({:controller => 'wiki', :action => 'diff', :project_id => @page.project, :id => @page.title}, :method => :get) do %> +<%= form_tag({:controller => 'wiki', :action => 'diff', + :project_id => @page.project, :id => @page.title}, + :method => :get) do %> <table class="list wiki-page-versions"> <thead><tr> <th>#</th> |