Prevent double slash in support url

This commit is contained in:
Bastian Kleineidam 2013-03-04 19:10:26 +01:00
parent af7072912a
commit 60b160bcdf

View file

@ -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!