We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9400c1e commit 731c456Copy full SHA for 731c456
app/code/Magento/Theme/view/frontend/templates/html/pager.phtml
@@ -120,7 +120,7 @@
120
<strong class="limiter-label"><?= $block->escapeHtml(__('Show')) ?></strong>
121
<select id="limiter" data-mage-init='{"redirectUrl": {"event":"change"}}' class="limiter-options">
122
<?php foreach ($block->getAvailableLimit() as $_key => $_limit) : ?>
123
- <option value="<?= $block->escapeHtmlAttr($block->getLimitUrl($_key)) ?>"
+ <option value="<?= $block->escapeUrl($block->getLimitUrl($_key)) ?>"
124
<?php if ($block->isLimitCurrent($_key)) : ?>
125
selected="selected"<?php endif ?>>
126
<?= $block->escapeHtml($_limit) ?>
0 commit comments