Fix HTML report generation

master
rubenwardy 2022-07-20 16:10:15 +01:00
parent ff3899e7b2
commit 8a8360b2ce
2 changed files with 2 additions and 0 deletions

View File

@ -247,6 +247,7 @@ local function write_reports(player, users, passwords)
</body>
</html>
]]):format(title, title, rows), "\n")
file:close()
end
return filename

View File

@ -3,3 +3,4 @@ name = accountmgr
author = rubenwardy
license = MIT
description = Automatically create accounts in bulk, and export a report to .CSV or .HTML. From .HTML, you can create a .PDF using your web browser.
min_minetest_version = 5.2