Skip to content

Commit 93990b9

Browse files
committed
Inline link template correction
Use inline `span` elements.
1 parent 30a49aa commit 93990b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Catalog/view/frontend/templates/product/widget/link/link_inline.phtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
* See COPYING.txt for license details.
55
*/
66
?>
7-
<div class="widget block block-product-link-inline">
7+
<span class="widget block block-product-link-inline">
88
<a <?php echo $block->getLinkAttributes() ?>><span><?php echo $block->escapeHtml($block->getLabel()) ?></span></a>
9-
</div>
9+
</span>

0 commit comments

Comments
 (0)