Fixed a problem with the weekday abbreviated letters that I previously introduced.

svn: r13257
This commit is contained in:
Rob G. Healey 2009-09-26 09:10:08 +00:00
parent 9411c8fdbf
commit 74e4853d5c

View File

@ -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):