Again bad indentation...

issue #11
This commit is contained in:
sergiotarxz 2020-07-22 22:43:47 +02:00
parent 4c4541e15c
commit 19aa0fee37
1 changed files with 3 additions and 3 deletions

View File

@ -51,14 +51,14 @@
} }
} }
?> ?>
<?php if ( isset($previousLink) ): ?> <?php if ( isset($previousLink) ): ?>
<li class="float-left"> <li class="float-left">
<a href="<?php echo htmlentities( $previousLink, ENT_QUOTES | ENT_HTML401 ); ?>"> <a href="<?php echo htmlentities( $previousLink, ENT_QUOTES | ENT_HTML401 ); ?>">
<?php echo $L->get('Previous page') ?> <?php echo $L->get('Previous page') ?>
</a> </a>
</li> </li>
<?php endif; ?> <?php endif; ?>
<?php if ( isset($nextLink) ): ?> <?php if ( isset($nextLink) ): ?>
<li class="float-right"> <li class="float-right">
<a href="<?php echo htmlentities( $nextLink, ENT_QUOTES | ENT_HTML401 ); ?>"> <a href="<?php echo htmlentities( $nextLink, ENT_QUOTES | ENT_HTML401 ); ?>">
<?php echo $L->get('Next page') ?> <?php echo $L->get('Next page') ?>