Skip to content

Commit

Permalink
Adding escapeHtml to Newsletter phtml
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelstz authored Jun 26, 2017
1 parent d03bc98 commit 4cffc97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

?>
<div class="block newsletter">
<div class="title"><strong><?php /* @escapeNotVerified */ echo __('Newsletter') ?></strong></div>
<div class="title"><strong><?php echo $block->escapeHtml(__('Newsletter')) ?></strong></div>
<div class="content">
<form class="form subscribe"
novalidate
Expand Down

0 comments on commit 4cffc97

Please sign in to comment.