Skip to content

Commit

Permalink
Fixing a broken HTML tag in the pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Hunziker committed Oct 31, 2023
1 parent c869e49 commit acf51dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion com_sermonspeaker/site/layouts/blocks/pagination.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<?php echo $pagination->getPagesCounter(); ?>
</p>
<?php endif; ?>
<div class="com-sermonspeaker-<?php echo $view; ?>__pagination"
<div class="com-sermonspeaker-<?php echo $view; ?>__pagination">
<?php echo $pagination->getPagesLinks(); ?>
</div>
</div>
Expand Down

0 comments on commit acf51dc

Please sign in to comment.