Fixes XSS vulnerability in filters

pull/217/head
iglocska 2013-07-17 16:41:31 +02:00
parent 8e8f41ab13
commit e74aabf924
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@
}
?>
<td class="<?php echo (($count < 1) ? 'searchLabelFirst' : 'searchLabel');?>">
<?php echo $searchTerm; ?> : <?php echo $value; ?>
<?php echo $searchTerm; ?> : <?php echo h($value); ?>
</td>
<?php
$count++;