|
|
@@ -996,7 +996,7 @@ def deep_search(name = None):
|
|
|
test = all_list[0][1]
|
|
|
for data in all_list:
|
|
|
if(data[1] != test):
|
|
|
- div_plus += '<hr>'
|
|
|
+ div_plus += '</ul><hr><ul>'
|
|
|
test = data[1]
|
|
|
|
|
|
div_plus += '<li><a href="/w/' + url_pas(data[0]) + '">' + data[0] + '</a> (' + data[1] + ')</li>'
|
|
|
@@ -3391,4 +3391,4 @@ if(__name__=="__main__"):
|
|
|
app.secret_key = rep_key
|
|
|
http_server = HTTPServer(WSGIContainer(app))
|
|
|
http_server.listen(rep_port)
|
|
|
- IOLoop.instance().start()
|
|
|
+ IOLoop.instance().start()
|