diff options
| author | Syndamia <kamen@syndamia.com> | 2025-01-26 08:45:02 +0200 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2025-01-26 08:45:02 +0200 |
| commit | ff740779b6d09e26416a348a22a7380b13068ac2 (patch) | |
| tree | f4cd3791ad6d5cbb5febe0c8f2c67f0b6093f947 /views/header.php | |
| parent | f1246e8b009ce3cd3229225bf1d57237cad58ce0 (diff) | |
| download | nowayforward_human-ff740779b6d09e26416a348a22a7380b13068ac2.tar nowayforward_human-ff740779b6d09e26416a348a22a7380b13068ac2.tar.gz nowayforward_human-ff740779b6d09e26416a348a22a7380b13068ac2.zip | |
chore(views): Replace <?php echo with <?=
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> |
