From 8d0ce6498eff1d6181c0e1c9a4564827952127df Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Wed, 5 Feb 2014 08:54:46 +0000 Subject: [PATCH] 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 --- app/views/repositories/_dir_list_content.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %> -- 2.39.5