CSS is case sensitive, I think
* src/plugins/webreport/WebCal.py svn: r11992
This commit is contained in:
parent
2bbf40e609
commit
af4094bb5e
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user