Skip to content

Commit 705dd4f

Browse files
author
Stanislav Idolov
committed
Code style issue fix
1 parent c0aa25e commit 705dd4f

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Braintree/view/frontend/templates/paypal

1 file changed

+2
-2
lines changed

app/code/Magento/Braintree/view/frontend/templates/paypal/button.phtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ $config = [
3030
class="action-braintree-paypal-logo" disabled>
3131
<img class="braintree-paypal-button-hidden"
3232
src="https://checkout.paypal.com/pwpp/2.17.6/images/pay-with-paypal.png"
33-
alt="<?= $block->escapeHtml(__('Pay with PayPal')) ?>"
34-
title="<?= $block->escapeHtml(__('Pay with PayPal')) ?>"/>
33+
alt="<?php echo $block->escapeHtml(__('Pay with PayPal')); ?>"
34+
title="<?php echo $block->escapeHtml(__('Pay with PayPal')); ?>"/>
3535
</button>
3636
</div>

0 commit comments

Comments
 (0)