🐛 Move opening and closing 'main' tags #132

Merged
luketainton merged 2 commits from bug-117 into main 2020-08-31 18:16:34 +00:00
3 changed files with 3 additions and 6 deletions
Showing only changes of commit cf94a02685 - Show all commits

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