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/register/index.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/register/index.php')
| -rw-r--r-- | views/register/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/register/index.php b/views/register/index.php index 4e2abb1..1dc7bea 100644 --- a/views/register/index.php +++ b/views/register/index.php @@ -9,7 +9,7 @@ <?php if ($status !== null): ?> <?php if ($status !== ""): ?> <p> - Fail: <?php echo $status ?> + Fail: <?= $status ?> </p> <?php else: ?> <p> |
