Skip to content

Commit 731c456

Browse files
committed
B2B-272: Remove Ship To column, fix pagination selector
1 parent 9400c1e commit 731c456

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Theme/view/frontend/templates/html

1 file changed

+1
-1
lines changed

app/code/Magento/Theme/view/frontend/templates/html/pager.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
<strong class="limiter-label"><?= $block->escapeHtml(__('Show')) ?></strong>
121121
<select id="limiter" data-mage-init='{"redirectUrl": {"event":"change"}}' class="limiter-options">
122122
<?php foreach ($block->getAvailableLimit() as $_key => $_limit) : ?>
123-
<option value="<?= $block->escapeHtmlAttr($block->getLimitUrl($_key)) ?>"
123+
<option value="<?= $block->escapeUrl($block->getLimitUrl($_key)) ?>"
124124
<?php if ($block->isLimitCurrent($_key)) : ?>
125125
selected="selected"<?php endif ?>>
126126
<?= $block->escapeHtml($_limit) ?>

0 commit comments

Comments
 (0)