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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/_views/apps/error/main.php b/src/web/_views/apps/error/main.php
index dde39cf..6d7e2ea 100644
--- a/src/web/_views/apps/error/main.php
+++ b/src/web/_views/apps/error/main.php
@@ -2,5 +2,5 @@
<?php /* vi: syntax=php */ ?>
<div id="main-content">
<h1><?=$title?></h1>
- <span><?=$msg?></span>
+ <span><?=ucfirst($msg)?></span>
</div>