]> source.dussan.org Git - redmine.git/commitdiff
remove trailing white-spaces from app/views/messages/show.html.erb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 17 Sep 2011 09:59:30 +0000 (09:59 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 17 Sep 2011 09:59:30 +0000 (09:59 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7322 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/messages/show.html.erb

index a27b5d1144a3ea45b1d56942ee853dcc8706c82a..fd77c9e99284be58c0f73ed7b176f5cefc5f08c7 100644 (file)
@@ -47,7 +47,7 @@
 <% form_for :reply, @reply, :url => {:action => 'reply', :id => @topic}, :html => {:multipart => true, :id => 'message-form'} do |f| %>
   <%= render :partial => 'form', :locals => {:f => f, :replying => true} %>
   <%= submit_tag l(:button_submit) %>
-  <%= link_to_remote l(:label_preview), 
+  <%= link_to_remote l(:label_preview),
                      { :url => { :controller => 'messages', :action => 'preview', :board_id => @board },
                        :method => 'post',
                        :update => 'preview',