Surplus_Up (2DU) vor 6 Jahren
Ursprung
Commit
9ce2adeb20
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      route/tool/set_mark/namumark.py

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

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