aboutsummaryrefslogtreecommitdiffstats
path: root/scraper/startpage.php
diff options
context:
space:
mode:
Diffstat (limited to 'scraper/startpage.php')
-rw-r--r--scraper/startpage.php4
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;
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage