From 8ee7e3afcad8ffd48dc83cbb8fdba24a3e3c1af3 Mon Sep 17 00:00:00 2001 From: Romano Licker Date: Tue, 15 Nov 2011 12:09:32 +0100 Subject: [PATCH] missing comma on alt-tag --- app/views/my/blocks/_timelog.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/my/blocks/_timelog.rhtml b/app/views/my/blocks/_timelog.rhtml index d9a4ed1d1f..b7e05a4448 100644 --- a/app/views/my/blocks/_timelog.rhtml +++ b/app/views/my/blocks/_timelog.rhtml @@ -42,7 +42,7 @@ entries_by_day = entries.group_by(&:spent_on) <%= link_to image_tag('delete.png'), {:controller => 'timelog', :action => 'destroy', :id => entry}, :confirm => l(:text_are_you_sure), :method => :delete, - :alt => l(:button_delete) + :alt => l(:button_delete), :title => l(:button_delete) %> <% end -%>