From af4094bb5ea5000a0f68b86ef05b0dad701989bb Mon Sep 17 00:00:00 2001 From: Kees Bakker Date: Sun, 15 Feb 2009 13:47:19 +0000 Subject: [PATCH] CSS is case sensitive, I think * src/plugins/webreport/WebCal.py svn: r11992 --- 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 5a1ac984f..035064927 100644 --- a/src/plugins/webreport/WebCal.py +++ b/src/plugins/webreport/WebCal.py @@ -971,7 +971,7 @@ class WebCalReport(Report): # Add Header self.write_header(of, nr_up, self.title_text, True) - of.write('\n') + of.write('\n') self.calendar_common(of, nr_up, year, cal_fname, self.title_text, True)