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