瀏覽代碼

버그 패치

2DU 8 年之前
父節點
當前提交
76edc97db6
共有 1 個文件被更改,包括 1 次插入1 次删除
  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