diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-17 06:01:06 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-17 06:01:06 +0000 |
commit | ab2efe8f3d3a7b96536a481c9f7aa5fc2905c362 (patch) | |
tree | 07af654354c99a22f86acef1eccb299d072c0584 /app/views | |
parent | fa6045a3ea347a6e82a6082b8e801ac314147051 (diff) | |
download | redmine-ab2efe8f3d3a7b96536a481c9f7aa5fc2905c362.tar.gz redmine-ab2efe8f3d3a7b96536a481c9f7aa5fc2905c362.zip |
remove trailing white-spaces from app/views/files/new.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7295 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/files/new.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/files/new.html.erb b/app/views/files/new.html.erb index d9d1b6ee1..8a3ae686d 100644 --- a/app/views/files/new.html.erb +++ b/app/views/files/new.html.erb @@ -13,4 +13,4 @@ <p><label><%=l(:label_attachment_plural)%></label><%= render :partial => 'attachments/form' %></p> </div> <%= submit_tag l(:button_add) %> -<% end %> +<% end %> |