3738: ftp url can lead to NarrativeWeb crash (typo)

svn: r14872
This commit is contained in:
Jérôme Rapinat 2010-03-20 04:20:18 +00:00
parent 929f63ceea
commit 42b092b307

View File

@ -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: