diff options
author | lolcat <will@lolcat.ca> | 2023-12-11 10:25:50 -0500 |
---|---|---|
committer | lolcat <will@lolcat.ca> | 2023-12-11 10:25:50 -0500 |
commit | 479545165a38bc13875587c57d27cd3b757e1222 (patch) | |
tree | a7a9d77e3fbe6206ad67b446d94e11d3f6527346 /lib | |
parent | 169f17b7b80e7ae590757a3f3345baa29ad8600e (diff) |
brave quote fix 2
Diffstat (limited to 'lib')
-rw-r--r-- | lib/fuckhtml.php | 2 |
1 files changed, 0 insertions, 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); } |