Little change in WebCal. Added chnages to stylesheet for new Download Page.

svn: r12519
This commit is contained in:
Rob G. Healey
2009-05-11 02:28:15 +00:00
parent bf71f6f367
commit edfc5ffe06
2 changed files with 43 additions and 9 deletions

View File

@@ -710,9 +710,6 @@ class WebCalReport(Report):
# add weekdays names to table body
thead += weekday_names
# add table row to table head
cal_table += thead
# begin table body
tbody = Html('tbody')
@@ -871,8 +868,8 @@ class WebCalReport(Report):
# add extra weeks to tbody if needed
tbody += six_weeks
# close table body
cal_table += tbody
# bring table head and table body back together
cal_table += (thead, tbody)
# return calendar table to its caller
return cal_table