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)