duckduckgo spelling fix
This commit is contained in:
@@ -718,7 +718,7 @@ class ddg{
|
||||
->getTextContent(
|
||||
$json["suggestion"]
|
||||
),
|
||||
"correction" => $json["recourseText"]
|
||||
"correction" => html_entity_decode($json["recourseText"])
|
||||
];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user