Sfoglia il codice sorgente

최근 바뀜 버그

ect (or 2du) 8 anni fa
parent
commit
2d9ec78225
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app.py

+ 1 - 1
app.py

@@ -339,7 +339,7 @@ def recentchanges(name = None, num = 1):
     rows = curs.fetchall()
 
     for data in rows:         
-        send = ''
+        send = '<br>'
         if(data[4]):
             if(not re.search("^(?: *)$", data[4])):
                 send = data[4]