5222: WebCal, days of next month not greyed out

svn: r18128
This commit is contained in:
Michiel Nauta 2011-09-09 18:52:01 +00:00
parent 282b32ad21
commit 2501ea0704

View File

@ -719,7 +719,7 @@ class WebCalReport(Report):
specday = __get_previous_month_day(year, month, day_col) if week_row == 0 \
else __get_next_month_day(year, month, day_col)
specclass = "previous " if week_row == 0 else "Next "
specclass = "previous " if week_row == 0 else "next "
specclass += dayclass
# continue table cell, <td>, without id tag