Rev889, ZeroID opener bug fix

This commit is contained in:
HelloZeroNet 2016-02-06 15:12:04 +01:00
parent 0faa6fbceb
commit 018c6f7075
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ class Config(object):
def __init__(self, argv):
self.version = "0.3.6"
self.rev = 886
self.rev = 889
self.argv = argv
self.action = None
self.config_file = "zeronet.conf"

View File

@ -486,7 +486,7 @@ class UiWebsocket(object):
body += "<div style='background-color: #F7F7F7; margin-right: -30px'>"
for domain in more_domains:
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 &raquo;</small>%s
</a>
""" % (domain, domain)