commit e8ad02c7d6838c9dc5f29b8c9f3c92f426649a6c
parent 64f473e4d4f1d4f7e11d8d414b6ea84b7fb1f269
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date: Tue, 9 Jul 2024 21:56:36 +0200
fix: remove CSE label from W3S
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/config.php b/config/config.php
@@ -177,7 +177,7 @@ $searches = array(
"keywords" => array("stackoverflow", "so", "code")
),
"w3schools" => array(
- "name" => "W3schools (Google CSE)", /* This is W3S' own solution */
+ "name" => "W3schools", /* Google CSE (!) */
"website" => "https://www.w3schools.com",
"query" => "https://cse.google.com/cse?cx=c5f6ccbd4ce9405a8&q=%s",
"categories" => array("docu", "learn"),