From 69719739c5fee9f2ca87c7fefe20ddde8789995e Mon Sep 17 00:00:00 2001 From: mscherer Date: Sun, 3 May 2026 17:45:20 +0200 Subject: [PATCH] Fix pagination icons rendering as raw text MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Switched the Paginator nav titles from escapeTitle => false to escape => false. PaginatorHelper only honors the escape option — escapeTitle is silently ignored — so the FontAwesome tags fell back to the default escaped path and rendered as literal HTML text. Verified in cakephp/cakephp PaginatorHelper: prev/next/first/last/sort all use only the escape option, with no narrower title-only equivalent. --- templates/element/pagination.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/element/pagination.php b/templates/element/pagination.php index f19aeeb2..f7cdfbf8 100644 --- a/templates/element/pagination.php +++ b/templates/element/pagination.php @@ -25,11 +25,11 @@ ?>