Skip to content

Commit

Permalink
Prevent facet html value to be renderer in page.
Browse files Browse the repository at this point in the history
(more details were supplied by email the 2016/11/18 10:06 UTC+1)
  • Loading branch information
PascalNoisette authored and Aurélien FOUCRET committed Nov 30, 2016
1 parent 18bf06a commit 9d1cb1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<script type="text/javascript">
<!--
<?php foreach ($variables as $varName => $value) : ?>
smileTracker.addPageVar('<?php /* @noEscape */ echo $this->escapeJsQuote($varName)?>', '<?php /* @noEscape */ echo $this->escapeJsQuote($value)?>')
smileTracker.addPageVar('<?php /* @noEscape */ echo $this->escapeJsQuote($varName)?>', '<?php /* @noEscape */ echo $block->stripTags($this->escapeJsQuote($value), null, true) ?>')
<?php endforeach; ?>
//-->
</script>
Expand Down

0 comments on commit 9d1cb1b

Please sign in to comment.