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://"):
|
if not uri.startswith("ftp://"):
|
||||||
list += Html("a", descr, href = 'ftp://%s' % uri)
|
list += Html("a", descr, href = 'ftp://%s' % uri)
|
||||||
else:
|
else:
|
||||||
list += Html("a", drscr, href = uri)
|
list += Html("a", descr, href = uri)
|
||||||
|
|
||||||
# custom type
|
# custom type
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user