diff --git a/src/plugins/webreport/WebCal.py b/src/plugins/webreport/WebCal.py index 231177b06..72d0d68ef 100644 --- a/src/plugins/webreport/WebCal.py +++ b/src/plugins/webreport/WebCal.py @@ -583,7 +583,7 @@ class WebCalReport(Report): unordered += Html("li", attr = cs, inline = True) + ( # 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