From 5c2c53a7d7cd7b5d8b7c30a2fa25ee0fee34c732 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20Orze=C5=82?= Date: Tue, 30 Apr 2024 14:44:14 +0200 Subject: [PATCH] Error on previous/next button fix (#3218) --- engines/grav/nucleus/particles/contentarray.html.twig | 4 ++-- engines/joomla/nucleus/particles/contentarray.html.twig | 4 ++-- engines/wordpress/nucleus/particles/contentarray.html.twig | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/engines/grav/nucleus/particles/contentarray.html.twig b/engines/grav/nucleus/particles/contentarray.html.twig index f4bddba1e..f9015f155 100644 --- a/engines/grav/nucleus/particles/contentarray.html.twig +++ b/engines/grav/nucleus/particles/contentarray.html.twig @@ -129,8 +129,8 @@ {% if total > limit.total and display.pagination_buttons %}
- - + +
{% endif %} diff --git a/engines/joomla/nucleus/particles/contentarray.html.twig b/engines/joomla/nucleus/particles/contentarray.html.twig index 3194dcffc..5fdb6ef02 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/wordpress/nucleus/particles/contentarray.html.twig b/engines/wordpress/nucleus/particles/contentarray.html.twig index ccdbb0e02..fb6c1fc66 100644 --- a/engines/wordpress/nucleus/particles/contentarray.html.twig +++ b/engines/wordpress/nucleus/particles/contentarray.html.twig @@ -144,8 +144,8 @@ {% if total > limit.total and display.pagination_buttons %}
- - + +
{% endif %}