Skip to content

Commit b1161c3

Browse files
ENGCOM-7464: Fixes incorrectly nested html in the product items list template. #27926
- Merge Pull Request #27926 from hostep/magento2:fix-for-issue-27920 - Merged commits: 1. 0635238
2 parents d4a9098 + 0635238 commit b1161c3

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)