Fixed several typos.
svn: r12368
This commit is contained in:
parent
ec354aecdf
commit
cab9de8d62
@ -540,7 +540,7 @@ class WebCalReport(Report):
|
|||||||
# pathname.
|
# pathname.
|
||||||
url = '/'.join(subdirs + [full_month_name]) + self.ext
|
url = '/'.join(subdirs + [full_month_name]) + self.ext
|
||||||
|
|
||||||
# Figure out if we need <li id="CurrentSection"> or just plain <li>
|
# Figure out if we need <li class="CurrentSection"> or just plain <li>
|
||||||
cs = str(cal_year) == currentsection and 'class="CurrentSection"' or ''
|
cs = str(cal_year) == currentsection and 'class="CurrentSection"' or ''
|
||||||
li = Html('li',attr=cs , indent=True, inline=True)
|
li = Html('li',attr=cs , indent=True, inline=True)
|
||||||
|
|
||||||
@ -624,7 +624,7 @@ class WebCalReport(Report):
|
|||||||
if not _has_webpage_extension(url):
|
if not _has_webpage_extension(url):
|
||||||
url += self.ext
|
url += self.ext
|
||||||
|
|
||||||
# Figure out if we need <li id="CurrentSection"> or just plain <li>
|
# Figure out if we need <li class="CurrentSection"> or just plain <li>
|
||||||
cs = url_fname == currentsection and 'class="CurrentSection"' or ''
|
cs = url_fname == currentsection and 'class="CurrentSection"' or ''
|
||||||
li = Html('li', attr = cs, indent=True, inline=True)
|
li = Html('li', attr = cs, indent=True, inline=True)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user