fix potential xss woops
This commit is contained in:
@ -84,7 +84,7 @@ if($results["spelling"]["type"] != "no_correction"){
|
||||
'&' .
|
||||
$frontend->buildquery($get, true) .
|
||||
'&spellcheck=no">' .
|
||||
$results["spelling"]["correction"] .
|
||||
htmlspecialchars($results["spelling"]["correction"]) .
|
||||
'</a>?' .
|
||||
'</div>';
|
||||
}
|
||||
|
Reference in New Issue
Block a user