From 72fc1ae0803b388b2d9ddb26148d8b94ba404318 Mon Sep 17 00:00:00 2001 From: lolcat Date: Fri, 29 May 2026 21:54:16 -0400 Subject: [PATCH] stop changing the fucking encoding of the motherfucking word corrector --- scraper/startpage.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scraper/startpage.php b/scraper/startpage.php index d1f2b41..ec70834 100644 --- a/scraper/startpage.php +++ b/scraper/startpage.php @@ -570,8 +570,8 @@ class startpage{ $out["spelling"] = [ "type" => "including", - "using" => $json["render"]["query"], - "correction" => urldecode($category["results"][0]["query"]) + "using" => rawurldecode($json["render"]["query"]), + "correction" => html_entity_decode($category["results"][0]["query"]) ]; } break;