diff options
Diffstat (limited to 'views/header.php')
| -rw-r--r-- | views/header.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/header.php b/views/header.php index 30e9638..7a874d4 100644 --- a/views/header.php +++ b/views/header.php @@ -6,7 +6,7 @@ <meta name="theme-color" content="#2b2b2e"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="/styles.css"> - <title><?php echo htmlspecialchars($title ?? "No Way Forward Human");?></title> + <title><?= htmlspecialchars($title ?? "No Way Forward Human");?></title> </head> <body> <header> |
