3738: ftp url can lead to NarrativeWeb crash (typo)
svn: r14872
This commit is contained in:
parent
929f63ceea
commit
42b092b307
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user