Prevent double slash in support url
This commit is contained in:
parent
af7072912a
commit
60b160bcdf
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ Copyright = u"Copyright (C) 2004-2008 " + \
|
|||
HtmlCopyright = u"Copyright © 2004-2008 " + \
|
||||
(u",".join(HtmlAuthor.split(",")[:2]))+u" © 2012-2013 "+HtmlMaintainer
|
||||
Url = configdata.url
|
||||
SupportUrl = Url + u"/issues"
|
||||
SupportUrl = Url + u"issues"
|
||||
Email = configdata.maintainer_email
|
||||
UserAgent = u"Mozilla/5.0 (compatible; %s/%s; +%s)" % (AppName, Version, Url)
|
||||
Freeware = AppName+u""" comes with ABSOLUTELY NO WARRANTY!
|
||||
|
|
Loading…
Reference in a new issue