From 8bea7758f0b780631cf12683a951ab7768a1d067 Mon Sep 17 00:00:00 2001 From: lolcat Date: Tue, 8 Jul 2025 23:08:12 -0400 Subject: [PATCH] duckduckgo spelling fix --- src/scraper/ddg.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]) ]; } }