Skip to content

Commit 74bd10e

Browse files
committed
Merge branch 'MAGETWO-44588' of github.corp.magento.com:magento-mpi/magento2ce into MAGETWO-44443
2 parents 327799c + c54d67a commit 74bd10e

File tree

1 file changed

+4
-1
lines changed
  • app/code/Magento/Paypal/view/frontend/templates/express

1 file changed

+4
-1
lines changed

app/code/Magento/Paypal/view/frontend/templates/express/review.phtml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,10 @@
8484
</strong>
8585
<div class="box-content">
8686
<address>
87-
<?php echo $block->escapeHtml($block->renderAddress($block->getShippingAddress())); ?>
87+
<?php echo $block->escapeHtml(
88+
$block->renderAddress($block->getShippingAddress()),
89+
['br']
90+
); ?>
8891
</address>
8992
</div>
9093
<?php if ($block->getCanEditShippingAddress()): ?>

0 commit comments

Comments
 (0)