Explorar el Código

ok this is the last fuckup i make uhgghuhguwhguiwbehgf

lolcat hace 2 años
padre
commit
3f0dbba5b3
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      scraper/brave.php

+ 3 - 3
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";
 			}
 		}
 		/*