Skip to content
Permalink
Browse files Browse the repository at this point in the history
Follow up…
  • Loading branch information
acrylian committed Dec 11, 2018
1 parent 9db85fc commit 695fb61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zp-core/template-functions.php
Expand Up @@ -4135,7 +4135,7 @@ function search_(way) {
if (in_array($key, $query_fields)) {
echo ' checked="checked" ';
}
echo ' value="' . html_encode($key) . '" /> ' . $display . "</label></li>" . "\n";
echo ' value="' . html_encode($key) . '" /> ' . html_encode($display) . "</label></li>" . "\n";
}
?>
</ul>
Expand Down

0 comments on commit 695fb61

Please sign in to comment.