Skip to content

Commit 2fa10e1

Browse files
authored
chore: bump to laminas-escaper v2.18 (codeigniter4#9824)
1 parent e90690b commit 2fa10e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/ThirdParty/Escaper/Escaper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ public function escapeCss(string $string)
247247
protected function htmlAttrMatcher($matches)
248248
{
249249
$chr = $matches[0];
250-
$ord = ord($chr);
250+
$ord = ord($chr[0]);
251251

252252
/**
253253
* The following replaces characters undefined in HTML with the

0 commit comments

Comments
 (0)