From d9bf44f666e247e24d15fcdc3be950ee6c0b7e3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Sat, 7 May 2011 12:37:40 +0000 Subject: [PATCH] 4891: Some little bugs in WebCal svn: r17430 --- src/plugins/webreport/WebCal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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