summaryrefslogtreecommitdiff
path: root/inbox.php
diff options
context:
space:
mode:
Diffstat (limited to 'inbox.php')
-rw-r--r--inbox.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inbox.php b/inbox.php
index 5cac695..9932802 100644
--- a/inbox.php
+++ b/inbox.php
@@ -23,7 +23,7 @@ $stmt->execute([$_SESSION["user_id"]]);
<html>
<head>
- <title>Inbox - <?php echo CONFIG['instance']['name'] ?></title>
+ <title>Inbox - <?= CONFIG['instance']['name'] ?></title>
<link rel="stylesheet" href="/static/style.css">
<link rel="shortcut icon" href="/static/favicon.ico" type="image/x-icon">
</head>