mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
Allow gpg home directory to be overridden
This commit is contained in:
parent
3b78147b2c
commit
7a3baa01ed
3 changed files with 10 additions and 6 deletions
|
|
@ -339,8 +339,6 @@ class DescriptionFormatter:
|
|||
else:
|
||||
urltxt = url[index2 + 1:]
|
||||
url = url[:index2]
|
||||
if ':' not in url:
|
||||
raise MetaDataException("'%s' doesn't look like an URL" % url)
|
||||
linkified_html += '<a href="' + url + '">' + cgi.escape(urltxt) + '</a>'
|
||||
linkified_plain += urltxt
|
||||
if urltxt != url:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue