aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--web.php2
1 files changed, 1 insertions, 1 deletions
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"]) .
'</a>?' .
'</div>';
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage