Surplus_Up (2DU) пре 6 година
родитељ
комит
9ce2adeb20
1 измењених фајлова са 1 додато и 1 уклоњено
  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: