summaryrefslogtreecommitdiffstats
path: root/app/views/wiki/edit.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/wiki/edit.html.erb')
-rw-r--r--app/views/wiki/edit.html.erb6
1 files changed, 4 insertions, 2 deletions
diff --git a/app/views/wiki/edit.html.erb b/app/views/wiki/edit.html.erb
index aa9385ff5..281657990 100644
--- a/app/views/wiki/edit.html.erb
+++ b/app/views/wiki/edit.html.erb
@@ -1,8 +1,10 @@
<%= wiki_page_breadcrumb(@page) %>
-<h2><%=h @page.pretty_title %></h2>
+<h2><%= h @page.pretty_title %></h2>
-<% form_for :content, @content, :url => {:action => 'update', :id => @page.title}, :html => {:method => :put, :multipart => true, :id => 'wiki_form'} do |f| %>
+<% form_for :content, @content,
+ :url => {:action => 'update', :id => @page.title},
+ :html => {:method => :put, :multipart => true, :id => 'wiki_form'} do |f| %>
<%= f.hidden_field :version %>
<% if @section %>
<%= hidden_field_tag 'section', @section %>