summaryrefslogtreecommitdiff
path: root/software.php
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-12-09 01:51:38 +0500
committerilotterytea <iltsu@alright.party>2025-12-09 01:51:38 +0500
commit64a9bfae4a659f38f33320e59004a1d1dd259a40 (patch)
tree037ada7511f50fa78dff1c6645b984b327f77ce2 /software.php
parent29477e67ede12347b153e2255325327374e1b073 (diff)
upd: replaced <?php echo with <?=
Diffstat (limited to 'software.php')
-rw-r--r--software.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/software.php b/software.php
index db9e4af..4650e25 100644
--- a/software.php
+++ b/software.php
@@ -22,7 +22,7 @@ $software = [
<html>
<head>
- <title>Software - <?php echo CONFIG['instance']['name'] ?></title>
+ <title>Software - <?= CONFIG['instance']['name'] ?></title>
<link rel="stylesheet" href="/static/style.css">
<link rel="shortcut icon" href="/static/favicon.ico" type="image/x-icon">
</head>