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