Fixed a problem with the weekday abbreviated letters that I previously introduced.
svn: r13257
This commit is contained in:
parent
9411c8fdbf
commit
74e4853d5c
@ -685,7 +685,7 @@ class WebCalReport(Report):
|
||||
thead += trow
|
||||
|
||||
# Calendar weekday names header
|
||||
trow = Html("trow")
|
||||
trow = Html("tr")
|
||||
thead += trow
|
||||
|
||||
for day_col in range(7):
|
||||
|
Loading…
Reference in New Issue
Block a user