Ver Fonte

fix bug

2du há 4 anos atrás
pai
commit
360cc5c6c8
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      route/recent_history_tool.py

+ 1 - 1
route/recent_history_tool.py

@@ -34,7 +34,7 @@ def recent_history_tool_2(conn, name, rev):
         else:
             data += load_lang('hide')
             
-        data += '</li>'
+        data += '</a></li>'
         data += '</ul>'
 
     if admin_check() == 1: