From: Toshi MARUYAMA Date: Fri, 16 Sep 2011 23:56:07 +0000 (+0000) Subject: remove trailing white-spaces from app/views/documents/show.html.erb X-Git-Tag: 1.3.0~706 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=667e98a954551dd4beeb92ae8a9ee4e633afbc80;p=redmine.git remove trailing white-spaces from app/views/documents/show.html.erb git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7262 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/documents/show.html.erb b/app/views/documents/show.html.erb index 29845bfa3..922fe36bf 100644 --- a/app/views/documents/show.html.erb +++ b/app/views/documents/show.html.erb @@ -22,7 +22,7 @@

<%= render :partial => 'attachments/form' %>

<%= submit_tag l(:button_add) %> - <% end %> + <% end %> <% end %> <% html_title h(@document.title) -%>