Browse Source

버그 패치

2DU 8 years ago
parent
commit
76edc97db6
1 changed files with 1 additions and 1 deletions
  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