From f2e12e6821040eb395337e595be8cc5537e46eb7 Mon Sep 17 00:00:00 2001 From: Diego Najar Date: Fri, 22 Feb 2019 18:42:27 +0100 Subject: [PATCH] bug fix for #961 --- bl-kernel/helpers/paginator.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bl-kernel/helpers/paginator.class.php b/bl-kernel/helpers/paginator.class.php index f19963ef..70207bef 100644 --- a/bl-kernel/helpers/paginator.class.php +++ b/bl-kernel/helpers/paginator.class.php @@ -165,7 +165,7 @@ class Paginator { } if ($currentPage > 1){ $html .= '
  • '; - $html .= ' '.$language->get('Previous').''; + $html .= ' '.$language->get('Previous').''; $html .= '
  • '; } if ($currentPage > $howMany + 1){