Skip to content

Commit 4cffc97

Browse files
authored
Adding escapeHtml to Newsletter phtml
1 parent d03bc98 commit 4cffc97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Newsletter/view/frontend/templates/subscribe.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
?>
1212
<div class="block newsletter">
13-
<div class="title"><strong><?php /* @escapeNotVerified */ echo __('Newsletter') ?></strong></div>
13+
<div class="title"><strong><?php echo $block->escapeHtml(__('Newsletter')) ?></strong></div>
1414
<div class="content">
1515
<form class="form subscribe"
1616
novalidate

0 commit comments

Comments
 (0)