From c4b695197d50a2cec9892306c2ad7476c091ded2 Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Mon, 18 Aug 2025 15:49:34 +0200 Subject: [PATCH] =?UTF-8?q?=E2=99=BF=EF=B8=8F=20Fix=20pagination=20a11y?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bl-kernel/helpers/paginator.class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bl-kernel/helpers/paginator.class.php b/bl-kernel/helpers/paginator.class.php index f8b83ddc..71662c15 100644 --- a/bl-kernel/helpers/paginator.class.php +++ b/bl-kernel/helpers/paginator.class.php @@ -163,7 +163,7 @@ class Paginator { if ($i <= 1 || $i >= self::get('numberOfPages') || abs($i - self::currentPage()) < $maxDistance) { if ($i == self::currentPage()) { $html .= '
  • '; - $html .= ''.($i).''; + $html .= ''.($i).''; $html .= '
  • '; } else { $html .= '
  • '; @@ -198,7 +198,7 @@ class Paginator { return ""; } - $html = '