summaryrefslogtreecommitdiff
path: root/scraper/brave.php
diff options
context:
space:
mode:
Diffstat (limited to 'scraper/brave.php')
-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";
}
}
/*