Browse Source

버그 패치

2DU 8 năm trước cách đây
mục cha
commit
76edc97db6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      mark.py

+ 1 - 1
mark.py

@@ -887,7 +887,7 @@ def namumark(title, data, num, in_c):
         else:
             tou += '</div>'
 
-            if(tou == "<hr id='footnote'><div><br></div>"):
+            if(tou == "<hr style='margin-top: 30px;' id='footnote'><div><br></div>"):
                 tou = ""
 
             break