diff options
author | lolcat <will@lolcat.ca> | 2023-09-06 08:52:31 -0400 |
---|---|---|
committer | lolcat <will@lolcat.ca> | 2023-09-06 08:52:31 -0400 |
commit | f7232030c3dd29ab1c3ae7dc2c26fead08b4f266 (patch) | |
tree | ca0a1fce12b8e937f6ffa1565e88dc2794fc9e1b /scraper | |
parent | 9fcbeb052bff5f09276d75cf9b4c2ac9109375e2 (diff) |
aaand forgot that
Diffstat (limited to 'scraper')
-rw-r--r-- | scraper/brave.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scraper/brave.php b/scraper/brave.php index cb140f1..793e948 100644 --- a/scraper/brave.php +++ b/scraper/brave.php @@ -277,7 +277,7 @@ class brave{ // spellcheck if($spellcheck == "no"){ - $q["spellcheck"] = "0"; + $q["spellcheck"] = "1"; } } /* |