From a521a5721ae34fd27d03d04cfc7fc5bf505f74d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Sat, 20 Mar 2010 04:18:09 +0000 Subject: [PATCH] 3738: ftp url can lead to NarrativeWeb crash (typo) svn: r14871 --- 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 61b149126..69ecc1342 100644 --- a/src/plugins/webreport/NarrativeWeb.py +++ b/src/plugins/webreport/NarrativeWeb.py @@ -1443,7 +1443,7 @@ class BasePage(object): if not uri.startswith("ftp://"): list += Html("a", descr, href = 'ftp://%s' % uri) else: - list += Html("a", drscr, href = "%s" % uri) + list += Html("a", descr, href = "%s" % uri) # custom type else: