summaryrefslogtreecommitdiff
path: root/report/list.php
diff options
context:
space:
mode:
Diffstat (limited to 'report/list.php')
-rw-r--r--report/list.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/report/list.php b/report/list.php
index 94154fe..ed7a14d 100644
--- a/report/list.php
+++ b/report/list.php
@@ -30,7 +30,7 @@ $reports = $stmt->fetchAll(PDO::FETCH_ASSOC);
<html>
<head>
- <title>Report list - <?php echo CONFIG['instance']['name'] ?></title>
+ <title>Report list - <?= CONFIG['instance']['name'] ?></title>
<link rel="stylesheet" href="/static/style.css">
<link rel="shortcut icon" href="/static/favicon.ico" type="image/x-icon">
</head>