Some corrections

This commit is contained in:
Alfonso Saavedra "Son Link" 2024-07-25 15:05:34 +02:00
parent 63b467754a
commit 04cf40b6af
No known key found for this signature in database
GPG Key ID: D3594BCF897F74D8
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
<img id="img_404" src="<?= base_url('img/404.svg') ?>" /> <img id="img_404" src="<?= base_url('img/404.svg') ?>" />
<p id="text_404"> <p id="text_404">
<?php if (! empty($message) && $message !== '(null)') : ?> <?php if (!empty($message) && $message !== '(null)') : ?>
<?= nl2br(esc($message)) ?> <?= nl2br(esc($message)) ?>
<?php else : ?> <?php else : ?>
Sorry! Cannot seem to find the page you were looking for. Sorry! Cannot seem to find the page you were looking for.

View File

@ -8,6 +8,6 @@
<button type="submit">Login</button> <button type="submit">Login</button>
</form> </form>
<div id="login-error" class="error"> <div id="login-error" class="error">
Usuario y/o contraseña incorrecto. User and/or passwd incorrect.
</div> </div>
</div> </div>