Skip to content
Snippets Groups Projects
Commit 74bd10e0 authored by Gurzhyi, Andrii's avatar Gurzhyi, Andrii
Browse files

Merge branch 'MAGETWO-44588' of github.corp.magento.com:magento-mpi/magento2ce into MAGETWO-44443

parents 327799c1 c54d67aa
Branches
No related merge requests found
......@@ -84,7 +84,10 @@
</strong>
<div class="box-content">
<address>
<?php echo $block->escapeHtml($block->renderAddress($block->getShippingAddress())); ?>
<?php echo $block->escapeHtml(
$block->renderAddress($block->getShippingAddress()),
['br']
); ?>
</address>
</div>
<?php if ($block->getCanEditShippingAddress()): ?>
......
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