We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e90690b commit 2fa10e1Copy full SHA for 2fa10e1
system/ThirdParty/Escaper/Escaper.php
@@ -247,7 +247,7 @@ public function escapeCss(string $string)
247
protected function htmlAttrMatcher($matches)
248
{
249
$chr = $matches[0];
250
- $ord = ord($chr);
+ $ord = ord($chr[0]);
251
252
/**
253
* The following replaces characters undefined in HTML with the
0 commit comments