Skip to content

Commit 77c2f99

Browse files
fix: typo in pager default_simple
1 parent 072318c commit 77c2f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Pager/Views/default_simple.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</a>
1616
</li>
1717
<li <?= $pager->hasNext() ? '' : 'class="disabled"' ?>>
18-
<a href="<?= $pager->getnext() ?? '#' ?>" aria-label="<?= lang('Pager.next') ?>">
18+
<a href="<?= $pager->getNext() ?? '#' ?>" aria-label="<?= lang('Pager.next') ?>">
1919
<span aria-hidden="true"><?= lang('Pager.older') ?></span>
2020
</a>
2121
</li>

0 commit comments

Comments
 (0)