diff options
| author | lolcat <will@lolcat.ca> | 2026-05-29 21:54:16 -0400 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-06-01 21:03:47 -0700 |
| commit | 6c9c600e53171c3e3074928ed4bc9262f8d70987 (patch) | |
| tree | 8a358c04e2de03189c93997d82a125d562acb70c /scraper/startpage.php | |
| parent | 4eb39098d80f2bbadb6f625dda4a49af09ae063f (diff) | |
stop changing the fucking encoding of the motherfucking word corrector
Diffstat (limited to 'scraper/startpage.php')
| -rw-r--r-- | scraper/startpage.php | 4 |
1 files 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; |
