diff --git a/CHANGELOG.md b/CHANGELOG.md index af762ab14..6c4c1ded2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ 1. [](#bugfix) - Regression: Mobile Menu fix (#3198) - Joomla 5 FontAwesome 6 bugfix (#3196) + - Error on previous/next button fix (#3218) # 5.5.17 ## 10/30/2023 1. [Common](#common) diff --git a/engines/joomla/nucleus/particles/contentarray.html.twig b/engines/joomla/nucleus/particles/contentarray.html.twig index 9f4ac0480..3194dcffc 100644 --- a/engines/joomla/nucleus/particles/contentarray.html.twig +++ b/engines/joomla/nucleus/particles/contentarray.html.twig @@ -150,8 +150,8 @@ {% if total > limit.total and display.pagination_buttons %}
- - + +
{% endif %} diff --git a/engines/joomla/nucleus/particles/contentarray.yaml b/engines/joomla/nucleus/particles/contentarray.yaml index 022deccb7..1046a6aed 100644 --- a/engines/joomla/nucleus/particles/contentarray.yaml +++ b/engines/joomla/nucleus/particles/contentarray.yaml @@ -49,7 +49,7 @@ form: overridable: false article.limit.total: - type: input.text + type: input.number label: Number of Articles description: Enter the maximum number of articles to display. default: 2