summaryrefslogtreecommitdiff
path: root/lib/fuckhtml.php
diff options
context:
space:
mode:
authorlolcat <will@lolcat.ca>2024-06-24 17:15:54 -0400
committerlolcat <will@lolcat.ca>2024-06-24 17:15:54 -0400
commit640d1d1953669115dc67dfdaf86998401a9bfac4 (patch)
treee3098adba86d9868b96f43ec6be4d81c7a387f60 /lib/fuckhtml.php
parent75003b6617c1a828fb871c3f76da415b3ce0b455 (diff)
fixed nasty brave bug
Diffstat (limited to 'lib/fuckhtml.php')
-rw-r--r--lib/fuckhtml.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/fuckhtml.php b/lib/fuckhtml.php
index 8b5eba5..d89a7bc 100644
--- a/lib/fuckhtml.php
+++ b/lib/fuckhtml.php
@@ -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;