diff options
Diffstat (limited to 'views/login/index.php')
| -rw-r--r-- | views/login/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/login/index.php b/views/login/index.php index a77f106..1580cf2 100644 --- a/views/login/index.php +++ b/views/login/index.php @@ -10,7 +10,7 @@ <?php if ($status !== null): ?> <?php if ($status !== ""): ?> <p> - Fail: <?php echo $status ?> + Fail: <?= $status ?> </p> <?php else: ?> <p> |
