diff options
| author | lolcat <will@lolcat.ca> | 2025-07-08 23:08:12 -0400 |
|---|---|---|
| committer | lolcat <will@lolcat.ca> | 2025-07-08 23:08:12 -0400 |
| commit | 1a00bf8069a4b3d9b842e2e679e4e5ec639255e4 (patch) | |
| tree | f041cab4b62e6095e28d069128fb4404966ce6d5 | |
| parent | 502f6d12e49afa25e82bd9d1c8418e3956af36bf (diff) | |
duckduckgo spelling fix
| -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 7e7fc82..ad83b73 100644 --- a/scraper/ddg.php +++ b/scraper/ddg.php @@ -718,7 +718,7 @@ class ddg{ ->getTextContent( $json["suggestion"] ), - "correction" => $json["recourseText"] + "correction" => html_entity_decode($json["recourseText"]) ]; } } |
