remove trailing white-spaces from app/helpers/calendars_helper.rb.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6851 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-08-31 07:01:17 +00:00
parent 889ecd2437
commit d194b7dfbe
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ module CalendarsHelper
else
[year, month - 1]
end
name = if target_month == 12
"#{month_name(target_month)} #{target_year}"
else