wordnik formatting fix

This commit is contained in:
2026-07-15 01:50:28 -04:00
parent 3e4c7c1626
commit 513bb666c5

View File

@@ -1763,7 +1763,7 @@ class ddg{
if(count($answer) !== 0){
$out["answer"][] = [
"title" => ucfirst($word),
"title" => ucfirst(rawurldecode($word)),
"description" => $answer,
"url" => "https://www.wordnik.com/words/" . $word,
"thumb" => null,