Fix table formatting

This commit is contained in:
Belleve Invis 2020-05-17 23:26:46 -07:00
parent 47813e2296
commit 97d7f224a8

View file

@ -132,7 +132,7 @@ async function GeneratePackageList(out) {
out.log(`</tr>`);
}
}
out.log(`</table>`);
out.log(`</table>\n`);
}
function noBreak(s) {