From 7c35f0cb0b1452fef02124d72312701fb1c02fb4 Mon Sep 17 00:00:00 2001 From: neznaika0 Date: Fri, 5 Dec 2025 20:40:47 +0300 Subject: [PATCH] chore: bump to laminas-escaper v2.18 --- system/ThirdParty/Escaper/Escaper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/ThirdParty/Escaper/Escaper.php b/system/ThirdParty/Escaper/Escaper.php index 39d9b0b1cdac..25119a0e5158 100644 --- a/system/ThirdParty/Escaper/Escaper.php +++ b/system/ThirdParty/Escaper/Escaper.php @@ -247,7 +247,7 @@ public function escapeCss(string $string) protected function htmlAttrMatcher($matches) { $chr = $matches[0]; - $ord = ord($chr); + $ord = ord($chr[0]); /** * The following replaces characters undefined in HTML with the