duckduckgo spelling fix

This commit is contained in:
lolcat
2025-07-08 23:08:12 -04:00
committed by ngn
parent b794dcbcd3
commit 8bea7758f0

View File

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