summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlolcat <will@lolcat.ca>2023-09-06 08:54:13 -0400
committerlolcat <will@lolcat.ca>2023-09-06 08:54:13 -0400
commit3f0dbba5b3ce8bb08499fea7427c1e30d6e626f3 (patch)
treee748724eb9846ad358cf3d8ed2c3bd56ee0a5936
parentf7232030c3dd29ab1c3ae7dc2c26fead08b4f266 (diff)
ok this is the last fuckup i make uhgghuhguwhguiwbehgf
-rw-r--r--scraper/brave.php6
1 files 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";
}
}
/*