This commit is contained in:
parent
e452922f41
commit
803636545a
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ with open("wiki/Modlist.md", "w") as f:
|
||||||
f.write("<td>" + str(count["server"]) + "</td>")
|
f.write("<td>" + str(count["server"]) + "</td>")
|
||||||
f.write("</tr>\r\n")
|
f.write("</tr>\r\n")
|
||||||
|
|
||||||
f.write("\r\n</table>\r\n")
|
f.write("</table>\r\n\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