1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-07-31 19:30:21 +02:00

Replace curly braces with square brackets in string offsets (#224)

This commit is contained in:
Edi Modrić
2019-07-31 04:50:43 +02:00
committed by Edward Z. Yang
parent b91833877a
commit b88fcd180c
3 changed files with 3 additions and 3 deletions

View File

@@ -159,7 +159,7 @@ class HTMLPurifier_Encoder
$len = strlen($str);
for ($i = 0; $i < $len; $i++) {
$in = ord($str{$i});
$in = ord($str[$i]);
$char .= $str[$i]; // append byte to char
if (0 == $mState) {
// When mState is zero we expect either a US-ASCII character