From de288bc1fe13ca55a880f6be9037b533fa54b5b0 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sat, 17 Sep 2011 01:11:14 +0000 Subject: [PATCH] remove trailing white-spaces from app/views/common/_calendar.html.erb git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7269 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/common/_calendar.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/common/_calendar.html.erb b/app/views/common/_calendar.html.erb index 14d26badd..517097576 100644 --- a/app/views/common/_calendar.html.erb +++ b/app/views/common/_calendar.html.erb @@ -17,7 +17,7 @@ while day <= calendar.enddt %> <%= render_issue_tooltip i %> <% else %> - + <%= h("#{i.project} -") unless @project && @project == i.project %> <%= link_to_version i%> -- 2.39.5