From 3f0dbba5b3ce8bb08499fea7427c1e30d6e626f3 Mon Sep 17 00:00:00 2001 From: lolcat Date: Wed, 6 Sep 2023 08:54:13 -0400 Subject: [PATCH] ok this is the last fuckup i make uhgghuhguwhguiwbehgf --- scraper/brave.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scraper/brave.php b/scraper/brave.php index 793e948..97d1987 100644 --- a/scraper/brave.php +++ b/scraper/brave.php @@ -78,8 +78,8 @@ class brave{ "spellcheck" => [ "display" => "Spellcheck", "option" => [ - "no" => "No", - "yes" => "Yes" + "yes" => "Yes", + "no" => "No" ] ] ]; @@ -277,7 +277,7 @@ class brave{ // spellcheck if($spellcheck == "no"){ - $q["spellcheck"] = "1"; + $q["spellcheck"] = "0"; } } /*