From 7d3cebada8bb1f485b5660b53b3d08581d1b0706 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Sat, 20 Mar 2010 08:25:55 +0000 Subject: [PATCH] 3744: Cannot display name, description, uri for 'Web Home' web link generated by NarrativeWeb (need descr) svn: r14875 --- src/plugins/webreport/NarrativeWeb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/webreport/NarrativeWeb.py b/src/plugins/webreport/NarrativeWeb.py index 047c9e6f0..48b38fb02 100644 --- a/src/plugins/webreport/NarrativeWeb.py +++ b/src/plugins/webreport/NarrativeWeb.py @@ -1442,7 +1442,7 @@ class BasePage(object): if not uri.startswith("http://"): list += Html("a", descr, href = 'http://%s' % uri) else: - list += Html("a", href = uri) + list += Html("a", descr, href = uri) # FTP server address elif _type == UrlType.WEB_FTP: