diff options
Diffstat (limited to '')
| -rw-r--r-- | src/web/_views/apps/error/main.php (renamed from web/_views/apps/error/main.php) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/_views/apps/error/main.php b/src/web/_views/apps/error/main.php index 81051bd..dde39cf 100644 --- a/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="error"> +<div id="main-content"> <h1><?=$title?></h1> <span><?=$msg?></span> </div> |