From e950c9db5af98a25675d7a1edd46bba742921423 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Mon, 4 Jul 2011 19:40:54 +0000 Subject: [PATCH] Removed leading dash in ruby code. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6181 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/versions/index.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/versions/index.html.erb b/app/views/versions/index.html.erb index e8acb3d01..a426061fa 100644 --- a/app/views/versions/index.html.erb +++ b/app/views/versions/index.html.erb @@ -17,12 +17,12 @@ <% form_tag({}) do -%> - <%- issues.each do |issue| -%> + <% issues.each do |issue| -%> - <%- end -%> + <% end -%> <% end %> <% end %>