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"]) ]; } }