From 479545165a38bc13875587c57d27cd3b757e1222 Mon Sep 17 00:00:00 2001 From: lolcat Date: Mon, 11 Dec 2023 10:25:50 -0500 Subject: [PATCH] brave quote fix 2 --- lib/fuckhtml.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/fuckhtml.php b/lib/fuckhtml.php index 6abe085..2f9d3aa 100644 --- a/lib/fuckhtml.php +++ b/lib/fuckhtml.php @@ -459,8 +459,6 @@ class fuckhtml{ $last_char = $json[$i]; } - echo "\n\n" . $json_out . "\n\n"; - return json_decode($json_out, true); }