diff --git a/web.php b/web.php index ff1fc13..a1588fc 100644 --- a/web.php +++ b/web.php @@ -89,7 +89,7 @@ if($results["spelling"]["type"] != "no_correction"){ '&' . $frontend->buildquery($get, true) . '&spellcheck=no">' . - $results["spelling"]["correction"] . + htmlspecialchars($results["spelling"]["correction"]) . '?' . ''; }