From af3d0174842a2d996399732e6711c3acc2f8ab42 Mon Sep 17 00:00:00 2001 From: vdbhb59 Date: Sat, 6 Sep 2025 14:12:09 +0530 Subject: [PATCH] Corrected json extractor mess https://git.lolcat.ca/lolcat/4get/commit/de328fff1b519bf81902b0f8f41e8c15ab391f64 https://git.lolcat.ca/lolcat/4get/commit/0b350d4d6efc5ee013137ab037cd13c28c19a60e --- lib/fuckhtml.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fuckhtml.php b/lib/fuckhtml.php index 66b89a9..0409a18 100644 --- a/lib/fuckhtml.php +++ b/lib/fuckhtml.php @@ -554,7 +554,7 @@ class fuckhtml{ case "\"": case "'": if( - $i > 2 || + $i > 2 && // only check if a quote could be there ( ( $json[$i - 1] === "\\" &&