diff options
| -rw-r--r-- | scraper/ddg.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scraper/ddg.php b/scraper/ddg.php index 8f68d42..0e5bd8d 100644 --- a/scraper/ddg.php +++ b/scraper/ddg.php @@ -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, |
