duckduckgo spelling fix

This commit is contained in:
lolcat 2025-07-08 23:08:12 -04:00
parent 502f6d12e4
commit 1a00bf8069
1 changed files with 1 additions and 1 deletions

View File

@ -718,7 +718,7 @@ class ddg{
->getTextContent( ->getTextContent(
$json["suggestion"] $json["suggestion"]
), ),
"correction" => $json["recourseText"] "correction" => html_entity_decode($json["recourseText"])
]; ];
} }
} }