This commit is contained in:
parent
5755597c69
commit
4e1676b868
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ for mod in glob.glob("pack/mods/*.toml"):
|
||||||
|
|
||||||
|
|
||||||
with open("wiki/Modlist.md", "w") as f:
|
with open("wiki/Modlist.md", "w") as f:
|
||||||
f.write("## Total Count")
|
f.write("## Total Count\r\n")
|
||||||
f.write("<table>")
|
f.write("<table>")
|
||||||
f.write("\r\n<tr>")
|
f.write("\r\n<tr>")
|
||||||
f.write("<th>Side</th>")
|
f.write("<th>Side</th>")
|
||||||
|
@ -51,7 +51,7 @@ with open("wiki/Modlist.md", "w") as f:
|
||||||
|
|
||||||
f.write("\r\n</table>")
|
f.write("\r\n</table>")
|
||||||
|
|
||||||
f.write("## Individual Mods")
|
f.write("## Individual Mods\r\n")
|
||||||
f.write("<table>")
|
f.write("<table>")
|
||||||
f.write("\r\n<tr>")
|
f.write("\r\n<tr>")
|
||||||
f.write("<th>Name</th>")
|
f.write("<th>Name</th>")
|
||||||
|
|
Loading…
Reference in a new issue