diff options
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> |
