Use htmlspecialchars to prevent attacks
This commit is contained in:
parent
e5fdf78c98
commit
cb04c42bab
|
@ -34,7 +34,7 @@ $contactHelper = $this->getHelper('ContactFlags');
|
|||
if ($value): ?>
|
||||
<br />
|
||||
<?php
|
||||
printf($format, $value);
|
||||
printf($format, htmlspecialchars($value));
|
||||
endif;
|
||||
endforeach;
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue