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) %>
-
<%=h @page.pretty_title %>
+<%= h @page.pretty_title %>
-<% 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 %>