Skip to content

Commit 0635238

Browse files
committed
Fixes incorrectly nested html in the product items list template.
1 parent 1e28f35 commit 0635238

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Catalog/view/frontend/templates/product/list

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/view/frontend/templates/product/list/items.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,8 @@ $_item = null;
242242
<?php // phpcs:disable ?>
243243
<div class="product actions product-item-actions">
244244
<?php if ($showCart):?>
245+
<div class="actions-primary">
245246
<?php if ($_item->isSaleable()):?>
246-
<div class="actions-primary">
247247
<?php if (!$_item->getTypeInstance()->isPossibleBuyFromList($_item)):?>
248248
<button
249249
class="action tocart primary"

0 commit comments

Comments
 (0)