fixed nasty brave bug
This commit is contained in:
parent
75003b6617
commit
640d1d1953
3 changed files with 9 additions and 5 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue