From 74e4853d5c880cbdf9cb01c79d19aa01024010fe Mon Sep 17 00:00:00 2001 From: "Rob G. Healey" Date: Sat, 26 Sep 2009 09:10:08 +0000 Subject: [PATCH] Fixed a problem with the weekday abbreviated letters that I previously introduced. svn: r13257 --- src/plugins/webreport/WebCal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/webreport/WebCal.py b/src/plugins/webreport/WebCal.py index af8fc7ed3..46e9a320e 100644 --- a/src/plugins/webreport/WebCal.py +++ b/src/plugins/webreport/WebCal.py @@ -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):