Skip to content

Commit 4fb3c8d

Browse files
Update view.phtml
remove echo keyword
1 parent ce8765b commit 4fb3c8d

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

app/code/Magento/Wishlist/view/frontend/templates/view.phtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
?>
1111

1212
<?php if ($this->helper('Magento\Wishlist\Helper\Data')->isAllow()) : ?>
13-
<div class="toolbar"><?php echo $block->getChildHtml('wishlist_item_pager'); ?></div>
13+
<div class="toolbar"><?= $block->getChildHtml('wishlist_item_pager'); ?></div>
1414
<?= ($block->getChildHtml('wishlist.rss.link')) ?>
1515
<form class="form-wishlist-items" id="wishlist-view-form"
1616
data-mage-init='{"wishlist":{
@@ -53,5 +53,5 @@
5353
<% } %>
5454
</form>
5555
</script>
56-
<div class="toolbar"><br><?php echo $block->getChildHtml('wishlist_item_pager'); ?></div>
56+
<div class="toolbar"><br><?= $block->getChildHtml('wishlist_item_pager'); ?></div>
5757
<?php endif ?>

0 commit comments

Comments
 (0)