File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
system/ThirdParty/Escaper Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313 "php" : " ^8.2" ,
1414 "ext-intl" : " *" ,
1515 "ext-mbstring" : " *" ,
16- "laminas/laminas-escaper" : " ^2.17 " ,
16+ "laminas/laminas-escaper" : " ^2.18 " ,
1717 "psr/log" : " ^3.0"
1818 },
1919 "require-dev" : {
Original file line number Diff line number Diff line change 1313 "php" : " ^8.2" ,
1414 "ext-intl" : " *" ,
1515 "ext-mbstring" : " *" ,
16- "laminas/laminas-escaper" : " ^2.17 " ,
16+ "laminas/laminas-escaper" : " ^2.18 " ,
1717 "psr/log" : " ^3.0"
1818 },
1919 "require-dev" : {
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments