File tree 1 file changed +4
-3
lines changed
app/code/Magento/Theme/view/frontend/templates/html
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 7
7
/**
8
8
* Pager template
9
9
*
10
- * @see \Magento\Theme\Block\Html\Pager
10
+ * @var \Magento\Theme\Block\Html\Pager $block
11
+ * @var \Magento\Framework\Escaper $escaper
11
12
*/
12
13
?>
13
14
<?php if ($ block ->getCollection ()->getSize ()): ?>
61
62
<li class="item">
62
63
<a class="page previous jump"
63
64
title=""
64
- aria-label="<?= $ block -> escapeHtml (__ ('Skip to page %1 ' , $ block ->getNextJumpPage ())) ?> "
65
+ aria-label="<?= $ escaper -> escapeHtmlAttr (__ ('Skip to page %1 ' , $ block ->getNextJumpPage ())) ?> "
65
66
href="<?= $ block ->escapeUrl ($ block ->getPreviousJumpUrl ()) ?> ">
66
67
<span>...</span>
67
68
</a>
90
91
<li class="item">
91
92
<a class="page next jump"
92
93
title=""
93
- aria-label="<?= $ block -> escapeHtml (__ ('Skip to page %1 ' , $ block ->getNextJumpPage ())) ?> "
94
+ aria-label="<?= $ escaper -> escapeHtmlAttr (__ ('Skip to page %1 ' , $ block ->getNextJumpPage ())) ?> "
94
95
href="<?= $ block ->escapeUrl ($ block ->getNextJumpUrl ()) ?> ">
95
96
<span>...</span>
96
97
</a>
You can’t perform that action at this time.
0 commit comments