3744: Cannot display name, description, uri for 'Web Home' web link generated by NarrativeWeb (need descr)
svn: r14874
This commit is contained in:
parent
56d940ca03
commit
2974f5034b
@ -1436,7 +1436,7 @@ class BasePage(object):
|
||||
if not uri.startswith("http://"):
|
||||
list += Html("a", descr, href = 'http://%s' % uri)
|
||||
else:
|
||||
list += Html("a", href = "%s" % uri)
|
||||
list += Html("a", descr, href = "%s" % uri)
|
||||
|
||||
# FTP server address
|
||||
elif _type == UrlType.WEB_FTP:
|
||||
|
Loading…
x
Reference in New Issue
Block a user