Move PACKAGE-LIST.md into doc/ (#1242)

This commit is contained in:
be5invis 2021-11-01 21:10:43 -07:00
parent 09bc50a54c
commit a8c49b8223
6 changed files with 172 additions and 264 deletions

View file

@ -111,7 +111,7 @@ async function GeneratePackageList(argv, out) {
);
}
out.log(`<tr>`, `<td colspan="8">${img}</td>`, `<tr/>`);
out.log(`<tr>`, `<td colspan="8">${img}</td>`, `</tr>`);
}
out.log(`</table>\n`);
}