CSS is case sensitive, I think

* src/plugins/webreport/WebCal.py


svn: r11992
This commit is contained in:
Kees Bakker 2009-02-15 13:47:19 +00:00
parent 2bbf40e609
commit af4094bb5e

View File

@ -971,7 +971,7 @@ class WebCalReport(Report):
# Add Header
self.write_header(of, nr_up, self.title_text, True)
of.write('<body id="webcal">\n')
of.write('<body id="WebCal">\n')
self.calendar_common(of, nr_up, year, cal_fname, self.title_text, True)