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