🐛 Move opening and closing 'main' tags

Signed-off-by: Luke Tainton <luke@tainton.uk>
This commit is contained in:
2020-08-31 17:19:41 +01:00
parent da5d7ffa53
commit cf94a02685
3 changed files with 3 additions and 6 deletions

View File

@@ -10,10 +10,6 @@
?>
<!-- Begin page content -->
<main role="main" class="flex-shrink-0">
<section>
<?php
if(isset($alert)) {
@@ -118,8 +114,6 @@
</div>
<?php } ?>
</main>
<?php
require_once __DIR__ . "/../includes/footer.php";
?>