🐛 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

@@ -1,3 +1,4 @@
</main>
<footer class="footer mt-auto py-3">
<div class="text-center text-muted">
<?php

View File

@@ -19,6 +19,8 @@
</head>
<body class="d-flex flex-column h-100">
<!-- Begin page content -->
<main role="main" class="flex-shrink-0">
<header>
<!-- Fixed navbar -->
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">

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";
?>