We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7b6856 commit e83721aCopy full SHA for e83721a
framework/modules/search/controllers/searchController.php
@@ -58,7 +58,7 @@ public function search()
58
if (get_magic_quotes_gpc()) {
59
$terms = stripslashes($terms);
60
}
61
- $terms = htmlspecialchars($terms);
+ $terms = expString::escape(htmlspecialchars($terms));
62
63
if ($router->current_url == substr(URL_FULL, 0, -1)) { // give us a user friendly url
64
unset($router->params['int']);
0 commit comments