Explorar el Código

개행 하나 넣음

Surplus_Up (2DU) hace 6 años
padre
commit
5cce08605b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      route/tool/set_mark/namumark.py

+ 1 - 1
route/tool/set_mark/namumark.py

@@ -226,7 +226,7 @@ def table_start(data):
 
             table_end += '</td></tr></table></div>'
 
-            data = re.sub('\n((?:(?:(?:(?:\|\||\|[^|]+\|)+(?:(?:(?!\|\|).\n*)*))+)\|\|(?:\n)?)+)', table_end, data, 1)
+            data = re.sub('\n((?:(?:(?:(?:\|\||\|[^|]+\|)+(?:(?:(?!\|\|).\n*)*))+)\|\|(?:\n)?)+)', table_end + '\n', data, 1)
         else:
             break