mirror of
https://git.lolcat.ca/lolcat/4get.git
synced 2025-08-17 10:20:27 -04:00
fix potential xss woops
This commit is contained in:
parent
1a00bf8069
commit
430c0a2f0f
1 changed files with 1 additions and 1 deletions
2
web.php
2
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>';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue