diff options
Diffstat (limited to 'app/view/templates/admin.php')
-rw-r--r-- | app/view/templates/admin.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/view/templates/admin.php b/app/view/templates/admin.php index 8de9bb1..66c7a33 100644 --- a/app/view/templates/admin.php +++ b/app/view/templates/admin.php @@ -8,7 +8,7 @@ <?php $this->insert('backtopbar', ['user' => $user, 'tab' => 'admin']) ?> -<section class="admin"> +<main class="admin"> <h1>Administration</h1> @@ -94,7 +94,7 @@ -</section> +</main> </body> <?php $this->stop('page') ?>
\ No newline at end of file |