Skip to content

Commit

Permalink
MAGETWO-95839: Update template
Browse files Browse the repository at this point in the history
  • Loading branch information
irenelagno committed Oct 22, 2018
1 parent 8280c2a commit 0501b9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions view/adminhtml/templates/msp_recaptcha.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
<?php if ($block->canDisplayCaptcha()) : ?>
<div class="admin__field field-recaptcha">
<div class="g-recaptcha"
data-sitekey="<?php echo $block->getPublicKey() ?>"
data-size="<?php echo $block->getSize() ?>"
data-theme="<?php echo $block->getTheme() ?>"
data-sitekey="<?= $block->escapeJs($block->getPublicKey()) ?>"
data-size="<?= $block->escapeJs($block->getSize()) ?>"
data-theme="<?= $block->escapeJs($block->getTheme()) ?>"
></div>
</div>
<?php endif; ?>

0 comments on commit 0501b9f

Please sign in to comment.