stop changing the fucking encoding of the motherfucking word corrector

This commit is contained in:
2026-05-29 21:54:16 -04:00
parent ba2c6f6bb1
commit 72fc1ae080

View File

@@ -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;