Added body and html closing tags

This commit is contained in:
Lionel Laffineur 2023-07-01 20:13:20 +02:00
parent ff6fe2a89c
commit 90d58ed550

View file

@ -193,4 +193,5 @@ function page_footer($missing = "") {
<?php
echo script("setupSubmitHighlight(document);");
echo script("setupCopyToClipboard(document);");
echo "</body>\n</html>";
}