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 f9becf8 commit e895505Copy full SHA for e895505
app/code/Magento/Vault/view/frontend/templates/token_list.phtml
@@ -5,14 +5,15 @@
5
*/
6
7
/** @var \Magento\Vault\Block\Customer\AccountTokens $block */
8
+/** @var $escaper \Magento\Framework\Escaper */
9
$tokens = $block->getPaymentTokens();
10
?>
11
<?php if (count($tokens) !== 0): ?>
12
<div class="table-wrapper my-credit-cards">
13
<table class="data table table-credit-cards" id="token-list-table">
14
<thead>
15
<tr>
- <th scope="col" class="col"><?= $block->escapeHtml(__('Account')) ?></th>
16
+ <th scope="col" class="col"><?= $escaper->escapeHtml(__('Account')) ?></th>
17
<th scope="col" class="col actions"> </th>
18
</tr>
19
</thead>
0 commit comments