fixed nasty brave bug

This commit is contained in:
lolcat 2024-06-24 17:15:54 -04:00
parent 75003b6617
commit 640d1d1953
3 changed files with 9 additions and 5 deletions

View file

@ -424,8 +424,6 @@ class fuckhtml{
$escape = false;
}
$lastchar = $json[$i];
if(
$bracket === false &&
$is_close_bracket === false
@ -436,7 +434,6 @@ class fuckhtml{
case "[":
case "{":
// dont execute whats in "default"
$json_out .= $json[$i];
break;