commit 24e19d0fc940040b246c8f55f79e015b2f7211f5
parent 33b25767f517b02198faa697c366e190f7442363
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date: Sun, 28 Jul 2024 15:06:47 +0200
fix: symbl now requires a specific language
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/config.php b/config/config.php
@@ -253,7 +253,7 @@ $searches = array(
"symbl" => array(
"name" => "SYMBL",
"website" => "https://symbl.cc",
- "query" => "https://symbl.cc/search/?q=%s",
+ "query" => "https://symbl.cc/en/search/?q=%s",
"categories" => array("everything", "misc"),
"keywords" => array("symbl", "symbol", "unicode")
),