Skip to content

Commit 4c56a43

Browse files
author
Oleksii Korshenko
committed
MAGETWO-70265: Adding escapeHtml to Newsletter phtml #10060
- Merge Pull Request #10060 from rafaelstz/magento2:patch-19 - Merged commits: 1. 4cffc97
2 parents e1b47dd + 4cffc97 commit 4c56a43

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)