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 30a49aa commit 93990b9Copy full SHA for 93990b9
app/code/Magento/Catalog/view/frontend/templates/product/widget/link/link_inline.phtml
@@ -4,6 +4,6 @@
4
* See COPYING.txt for license details.
5
*/
6
?>
7
-<div class="widget block block-product-link-inline">
+<span class="widget block block-product-link-inline">
8
<a <?php echo $block->getLinkAttributes() ?>><span><?php echo $block->escapeHtml($block->getLabel()) ?></span></a>
9
-</div>
+</span>
0 commit comments