diff --git a/src/scraper/ddg.php b/src/scraper/ddg.php index bba03af..5797612 100644 --- a/src/scraper/ddg.php +++ b/src/scraper/ddg.php @@ -719,7 +719,7 @@ class ddg{ ->getTextContent( $json["suggestion"] ), - "correction" => $json["recourseText"] + "correction" => html_entity_decode($json["recourseText"]) ]; } }