From: Toshi MARUYAMA Date: Sat, 17 Sep 2011 02:54:38 +0000 (+0000) Subject: remove trailing white-spaces app/views/timelog/_list.html.erb X-Git-Tag: 1.3.0~690 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9fec631d143611727877536bf3301cb40cbdb3cb;p=redmine.git remove trailing white-spaces app/views/timelog/_list.html.erb git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7278 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/timelog/_list.html.erb b/app/views/timelog/_list.html.erb index 6d3180c85..1c2ddd4f4 100644 --- a/app/views/timelog/_list.html.erb +++ b/app/views/timelog/_list.html.erb @@ -4,9 +4,9 @@ - <%= link_to image_tag('toggle_check.png'), - {}, - :onclick => 'toggleIssuesSelection(Element.up(this, "form")); return false;', + <%= link_to image_tag('toggle_check.png'), + {}, + :onclick => 'toggleIssuesSelection(Element.up(this, "form")); return false;', :title => "#{l(:button_check_all)}/#{l(:button_uncheck_all)}" %> <%= sort_header_tag('spent_on', :caption => l(:label_date), :default_order => 'desc') %>