mirror of
https://git.lolcat.ca/lolcat/4get.git
synced 2024-11-08 17:43:07 -05:00
ok this is the last fuckup i make uhgghuhguwhguiwbehgf
This commit is contained in:
parent
f7232030c3
commit
3f0dbba5b3
1 changed files with 3 additions and 3 deletions
|
@ -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";
|
||||
}
|
||||
}
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue