From cab9de8d623cafb35fd169fdb28e56b066f37d6f Mon Sep 17 00:00:00 2001 From: "Rob G. Healey" Date: Sat, 21 Mar 2009 07:21:24 +0000 Subject: [PATCH] Fixed several typos. svn: r12368 --- src/plugins/webreport/WebCal.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/webreport/WebCal.py b/src/plugins/webreport/WebCal.py index 1af4a1ade..c7b060e27 100644 --- a/src/plugins/webreport/WebCal.py +++ b/src/plugins/webreport/WebCal.py @@ -540,7 +540,7 @@ class WebCalReport(Report): # pathname. url = '/'.join(subdirs + [full_month_name]) + self.ext - # Figure out if we need
  • or just plain
  • + # Figure out if we need
  • or just plain
  • cs = str(cal_year) == currentsection and 'class="CurrentSection"' or '' li = Html('li',attr=cs , indent=True, inline=True) @@ -624,7 +624,7 @@ class WebCalReport(Report): if not _has_webpage_extension(url): url += self.ext - # Figure out if we need
  • or just plain
  • + # Figure out if we need
  • or just plain
  • cs = url_fname == currentsection and 'class="CurrentSection"' or '' li = Html('li', attr = cs, indent=True, inline=True)