diff options
Diffstat (limited to 'software.php')
| -rw-r--r-- | software.php | 2 |
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> |
