Commit c4cc3d4b by 王东红

fix

parent 3c246f4d
...@@ -146,7 +146,7 @@ $formData = $block->getFormData(); ...@@ -146,7 +146,7 @@ $formData = $block->getFormData();
title="<?= $escaper->escapeHtmlAttr(__('Sign Up for Newsletter')) ?>" title="<?= $escaper->escapeHtmlAttr(__('Sign Up for Newsletter')) ?>"
value="1" value="1"
id="is_subscribed" id="is_subscribed"
<?php if ($formData->getIsSubscribed()): ?>checked="checked"<?php endif; ?> checked="checked"
class="checkbox"> class="checkbox">
<label for="is_subscribed" class="label"> <label for="is_subscribed" class="label">
<span><?= $escaper->escapeHtml(__('Sign Up for Newsletter')) ?></span> <span><?= $escaper->escapeHtml(__('Sign Up for Newsletter')) ?></span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment