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
This commit is contained in:
Toshi MARUYAMA 2011-09-16 23:56:07 +00:00
parent be3b867abb
commit 667e98a954

View File

@ -22,7 +22,7 @@
<p><%= render :partial => 'attachments/form' %></p> <p><%= render :partial => 'attachments/form' %></p>
</div> </div>
<%= submit_tag l(:button_add) %> <%= submit_tag l(:button_add) %>
<% end %> <% end %>
<% end %> <% end %>
<% html_title h(@document.title) -%> <% html_title h(@document.title) -%>