]> source.dussan.org Git - redmine.git/commitdiff
code layout cleanup app/views/wiki/edit.html.erb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 5 Feb 2012 23:51:03 +0000 (23:51 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 5 Feb 2012 23:51:03 +0000 (23:51 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8793 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/wiki/edit.html.erb

index aa9385ff58412e6b46709159b2b1a967293a422e..2816579907e7e400aca5a7ccc882517986fc37e6 100644 (file)
@@ -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 %>