From 2501ea070490ba2637424611c33e438f19fe9ed1 Mon Sep 17 00:00:00 2001 From: Michiel Nauta Date: Fri, 9 Sep 2011 18:52:01 +0000 Subject: [PATCH] 5222: WebCal, days of next month not greyed out svn: r18128 --- src/plugins/webreport/WebCal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/webreport/WebCal.py b/src/plugins/webreport/WebCal.py index 32328e8c7..bae1cfa46 100644 --- a/src/plugins/webreport/WebCal.py +++ b/src/plugins/webreport/WebCal.py @@ -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, , without id tag