Properly escape zoom search column type
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
36df83a97a
commit
960fd1fd52
@ -78,7 +78,7 @@ for ($i = 0; $i < 4; $i++): ?>
|
||||
name="criteriaColumnTypes[<?= $i; ?>]"
|
||||
id="types_<?= $i; ?>"
|
||||
<?php if (isset($_POST['criteriaColumnTypes'][$i])): ?>
|
||||
value="<?= $_POST['criteriaColumnTypes'][$i]; ?>"
|
||||
value="<?= htmlspecialchars($_POST['criteriaColumnTypes'][$i]); ?>"
|
||||
<?php endif; ?> />
|
||||
<input type="hidden"
|
||||
name="criteriaColumnCollations[<?= $i; ?>]"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user