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