wordnik formatting fix
This commit is contained in:
@@ -1763,7 +1763,7 @@ class ddg{
|
|||||||
if(count($answer) !== 0){
|
if(count($answer) !== 0){
|
||||||
|
|
||||||
$out["answer"][] = [
|
$out["answer"][] = [
|
||||||
"title" => ucfirst($word),
|
"title" => ucfirst(rawurldecode($word)),
|
||||||
"description" => $answer,
|
"description" => $answer,
|
||||||
"url" => "https://www.wordnik.com/words/" . $word,
|
"url" => "https://www.wordnik.com/words/" . $word,
|
||||||
"thumb" => null,
|
"thumb" => null,
|
||||||
|
|||||||
Reference in New Issue
Block a user