We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfd642b commit 2c59606Copy full SHA for 2c59606
includes/html/pages/search/fdb.inc.php
@@ -112,7 +112,7 @@
112
"<div class=\"form-group\">"+
113
"<input type=\"text\" name=\"searchPhrase\" id=\"address\" value=\""+
114
<?php
115
-echo '"' . $vars['searchPhrase'] . '"+';
+echo '"' . htmlspecialchars($vars['searchPhrase']) . '"+';
116
?>
117
118
"\" class=\"form-control input-sm\" placeholder=\"Value\" />"+
0 commit comments