From: Toshi MARUYAMA Date: Wed, 5 Feb 2014 08:54:46 +0000 (+0000) Subject: remove unneeded h() from app/views/repositories/_dir_list_content.html.erb X-Git-Tag: 2.5.0~84 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8d0ce6498eff1d6181c0e1c9a4564827952127df;p=redmine.git remove unneeded h() from app/views/repositories/_dir_list_content.html.erb git-svn-id: http://svn.redmine.org/redmine/trunk@12816 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/repositories/_dir_list_content.html.erb b/app/views/repositories/_dir_list_content.html.erb index e595a77dd..dcee3dfc1 100644 --- a/app/views/repositories/_dir_list_content.html.erb +++ b/app/views/repositories/_dir_list_content.html.erb @@ -25,7 +25,7 @@ <%= link_to_revision(entry.changeset, @repository) if entry.changeset %> <%= distance_of_time_in_words(entry.lastrev.time, Time.now) if entry.lastrev && entry.lastrev.time %> <%= entry.author %> -<%=h truncate(entry.changeset.comments, :length => 50) if entry.changeset %> +<%= truncate(entry.changeset.comments, :length => 50) if entry.changeset %> <% end %> <% end %>