Skip to content

Commit

Permalink
fix: typo in pager default_simple
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonliang-dev authored Jan 7, 2024
1 parent 072318c commit 77c2f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/Pager/Views/default_simple.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</a>
</li>
<li <?= $pager->hasNext() ? '' : 'class="disabled"' ?>>
<a href="<?= $pager->getnext() ?? '#' ?>" aria-label="<?= lang('Pager.next') ?>">
<a href="<?= $pager->getNext() ?? '#' ?>" aria-label="<?= lang('Pager.next') ?>">
<span aria-hidden="true"><?= lang('Pager.older') ?></span>
</a>
</li>
Expand Down

0 comments on commit 77c2f99

Please sign in to comment.