diff --git a/app/views/news/show.rhtml b/app/views/news/show.rhtml index fd92e3863f..21187f867c 100644 --- a/app/views/news/show.rhtml +++ b/app/views/news/show.rhtml @@ -45,7 +45,10 @@ <% next if comment.new_record? %>
<%= link_to_if_authorized image_tag('delete.png'), {:controller => 'comments', :action => 'destroy', :id => @news, :comment_id => comment}, - :confirm => l(:text_are_you_sure), :method => :delete, :title => l(:button_delete) %> + :confirm => l(:text_are_you_sure), + :method => :delete, + :title => l(:button_delete), + :alt => l(:button_delete) %>

<%= avatar(comment.author, :size => "24") %><%= authoring comment.created_on, comment.author %>

<%= textilizable(comment.comments) %>