add missing </section> tag for end of mainscreen

This commit is contained in:
Peter Cowburn
2021-05-17 19:19:44 +01:00
parent 326a5f1c08
commit e3fabf4711

View File

@ -46,6 +46,7 @@ function site_header()
function site_footer($SECONDSCREEN = false)
{
echo '</section>';
require __DIR__ . '/../shared/templates/footer.inc';
}