Some corrections
This commit is contained in:
parent
63b467754a
commit
04cf40b6af
|
@ -5,7 +5,7 @@
|
|||
<img id="img_404" src="<?= base_url('img/404.svg') ?>" />
|
||||
|
||||
<p id="text_404">
|
||||
<?php if (! empty($message) && $message !== '(null)') : ?>
|
||||
<?php if (!empty($message) && $message !== '(null)') : ?>
|
||||
<?= nl2br(esc($message)) ?>
|
||||
<?php else : ?>
|
||||
Sorry! Cannot seem to find the page you were looking for.
|
||||
|
|
|
@ -8,6 +8,6 @@
|
|||
<button type="submit">Login</button>
|
||||
</form>
|
||||
<div id="login-error" class="error">
|
||||
Usuario y/o contraseña incorrecto.
|
||||
User and/or passwd incorrect.
|
||||
</div>
|
||||
</div>
|
Loading…
Reference in New Issue