From 9fec631d143611727877536bf3301cb40cbdb3cb Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sat, 17 Sep 2011 02:54:38 +0000 Subject: [PATCH] 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 --- app/views/timelog/_list.html.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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') %> -- 2.39.5