Rev889, ZeroID opener bug fix
This commit is contained in:
parent
0faa6fbceb
commit
018c6f7075
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ class Config(object):
|
||||||
|
|
||||||
def __init__(self, argv):
|
def __init__(self, argv):
|
||||||
self.version = "0.3.6"
|
self.version = "0.3.6"
|
||||||
self.rev = 886
|
self.rev = 889
|
||||||
self.argv = argv
|
self.argv = argv
|
||||||
self.action = None
|
self.action = None
|
||||||
self.config_file = "zeronet.conf"
|
self.config_file = "zeronet.conf"
|
||||||
|
|
|
@ -486,7 +486,7 @@ class UiWebsocket(object):
|
||||||
body += "<div style='background-color: #F7F7F7; margin-right: -30px'>"
|
body += "<div style='background-color: #F7F7F7; margin-right: -30px'>"
|
||||||
for domain in more_domains:
|
for domain in more_domains:
|
||||||
body += """
|
body += """
|
||||||
<a href='/%s' onclick='wrapper.gotoSite(this)' target='_blank' class='select'>
|
<a href='/%s' onclick='wrapper.gotoSite(this)' class='select'>
|
||||||
<small style='float: right; margin-right: 40px; margin-top: -1px'>Register »</small>%s
|
<small style='float: right; margin-right: 40px; margin-top: -1px'>Register »</small>%s
|
||||||
</a>
|
</a>
|
||||||
""" % (domain, domain)
|
""" % (domain, domain)
|
||||||
|
|
Loading…
Reference in a new issue