##// END OF EJS Templates
remove trailing white-spaces from app/helpers/calendars_helper.rb....
Toshi MARUYAMA -
r6731:d194b7dfbef8
parent child
Show More
@@ -5,7 +5,7 module CalendarsHelper
5 else
5 else
6 [year, month - 1]
6 [year, month - 1]
7 end
7 end
8
8
9 name = if target_month == 12
9 name = if target_month == 12
10 "#{month_name(target_month)} #{target_year}"
10 "#{month_name(target_month)} #{target_year}"
11 else
11 else
General Comments 0
You need to be logged in to leave comments. Login now