4891: Some little bugs in WebCal

svn: r17430
This commit is contained in:
Jérôme Rapinat 2011-05-07 12:37:40 +00:00
parent bdc018224f
commit d9bf44f666

View File

@ -583,7 +583,7 @@ class WebCalReport(Report):
unordered += Html("li", attr = cs, inline = True) + ( unordered += Html("li", attr = cs, inline = True) + (
# create hyperlink # create hyperlink
Html("a", nav_text, href = url, title = _("Main Navigation Menu Item: %s" % url_fname), inline = True) Html("a", nav_text, href = url, title = _("Main Navigation Menu Item: %s") % url_fname, inline = True)
) )
# return monthnav to its caller # return monthnav to its caller