summaryrefslogtreecommitdiff
path: root/src/web/_views/apps/error/main.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/_views/apps/error/main.php')
-rw-r--r--src/web/_views/apps/error/main.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/web/_views/apps/error/main.php b/src/web/_views/apps/error/main.php
index 6d7e2ea..bcc6f90 100644
--- a/src/web/_views/apps/error/main.php
+++ b/src/web/_views/apps/error/main.php
@@ -1,6 +1,6 @@
<?php /* Copyright (c) 2024 Freya Murphy */ ?>
<?php /* vi: syntax=php */ ?>
-<div id="main-content">
+<main id="main">
<h1><?=$title?></h1>
<span><?=ucfirst($msg)?></span>
-</div>
+</main>