File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed
app/code/Magento/Multishipping/view/frontend/templates Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 4
4
* See COPYING.txt for license details.
5
5
*/
6
6
7
+ // phpcs:disable Magento2.Files.LineLength
7
8
?>
8
- <strong class="product name product-item-name">
9
- <a href="<?= $block->escapeUrl($block->getProductUrl()) ?>">
10
- <?= $block->escapeHtml($block->getProductName()) ?>
11
- </a>
12
- </strong>
9
+ <strong class="product name product-item-name"><a href="<?= $block->escapeUrl($block->getProductUrl()) ?>"><?= $block->escapeHtml($block->getProductName()) ?></a></strong>
13
10
<?php if ($_options = $block->getOptionList()) : ?>
14
11
<dl class="item-options">
15
12
<?php foreach ($_options as $_option) : ?>
Original file line number Diff line number Diff line change 4
4
* See COPYING.txt for license details.
5
5
*/
6
6
7
+ // phpcs:disable Magento2.Files.LineLengthß
7
8
?>
8
9
<div class="product details">
9
- <strong class="product name">
10
- <a href="<?= $block->escapeUrl($block->getProductUrl()) ?>">
11
- <?= $block->escapeHtml($block->getProductName()) ?>
12
- </a>
13
- </strong>
10
+ <strong class="product name"><a href="<?= $block->escapeUrl($block->getProductUrl()) ?>"><?= $block->escapeHtml($block->getProductName()) ?></a></strong>
14
11
<?php if ($_options = $block->getOptionList()) : ?>
15
12
<dl class="item options">
16
13
<?php foreach ($_options as $_option) : ?>
You can’t perform that action at this time.
0 commit comments