]> source.dussan.org Git - redmine.git/commitdiff
remove trailing white-spaces from app/views/wiki/edit.html.erb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 14 Sep 2011 08:37:43 +0000 (08:37 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 14 Sep 2011 08:37:43 +0000 (08:37 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7217 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/wiki/edit.html.erb

index 5a164ba8116ca939683a16a106d00facb657629c..38dd5f5d6fd8c832c25cca13dbd5ebb685f35cb8 100644 (file)
@@ -11,7 +11,7 @@
 <p><label><%=l(:label_attachment_plural)%></label><br /><%= render :partial => 'attachments/form' %></p>
 
 <p><%= submit_tag l(:button_save) %>
-   <%= link_to_remote l(:label_preview), 
+   <%= link_to_remote l(:label_preview),
                        { :url => { :controller => 'wiki', :action => 'preview', :project_id => @project, :id => @page.title },
                          :method => :post,
                          :update => 'preview',