File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Customer/view/frontend/templates
Newsletter/view/frontend/templates Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ if ($block->isLoggedIn()) {
13
13
$ dataPostParam = sprintf (" data-post='%s' " , $ block ->getPostParams ());
14
14
}
15
15
?>
16
- <li class="authorization-link" data-label="<?= $ block ->escapeHtmlAttr (__ ('or ' )) ?> ">
16
+ <li class="authorization-link" data-label="<?= $ block ->escapeHtml (__ ('or ' )) ?> ">
17
17
<a <?= /* @noEscape */ $ block ->getLinkAttributes () ?> <?= /* @noEscape */ $ dataPostParam ?> >
18
18
<?= $ block ->escapeHtml ($ block ->getLabel ()) ?>
19
19
</a>
Original file line number Diff line number Diff line change 19
19
id="login-form"
20
20
data-mage-init='{"validation":{}}'>
21
21
<?= $ block ->getBlockHtml ('formkey ' ) ?>
22
- <fieldset class="fieldset login" data-hasrequired="<?= $ block ->escapeHtmlAttr (__ ('* Required Fields ' )) ?> ">
22
+ <fieldset class="fieldset login" data-hasrequired="<?= $ block ->escapeHtml (__ ('* Required Fields ' )) ?> ">
23
23
<div class="field note"><?= $ block ->escapeHtml (__ ('If you have an account, sign in with your email address. ' )) ?> </div>
24
24
<div class="field email required">
25
25
<label class="label" for="email"><span><?= $ block ->escapeHtml (__ ('Email ' )) ?> </span></label>
Original file line number Diff line number Diff line change 22
22
<label class="label" for="newsletter"><span><?= $ block ->escapeHtml (__ ('Sign Up for Our Newsletter: ' )) ?> </span></label>
23
23
<div class="control">
24
24
<input name="email" type="email" id="newsletter"
25
- placeholder="<?= $ block ->escapeHtmlAttr (__ ('Enter your email address ' )) ?> "
25
+ placeholder="<?= $ block ->escapeHtml (__ ('Enter your email address ' )) ?> "
26
26
data-validate="{required:true, 'validate-email':true}"/>
27
27
</div>
28
28
</div>
You can’t perform that action at this time.
0 commit comments