This commit is contained in:
parent
4e1676b868
commit
03afdb17e5
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ with open("wiki/Modlist.md", "w") as f:
|
||||||
f.write("<td>" + str(count["server"] + count["both"]) + "</td>")
|
f.write("<td>" + str(count["server"] + count["both"]) + "</td>")
|
||||||
f.write("</tr>\r\n")
|
f.write("</tr>\r\n")
|
||||||
|
|
||||||
f.write("\r\n</table>")
|
f.write("\r\n</table>\r\n")
|
||||||
|
|
||||||
f.write("## Individual Mods\r\n")
|
f.write("## Individual Mods\r\n")
|
||||||
f.write("<table>")
|
f.write("<table>")
|
||||||
|
|
Loading…
Reference in a new issue