File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Catalog/view/frontend/templates/product/widget/link
Cms/view/frontend/templates/widget/link Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
7
7
// @codingStandardsIgnoreFile
8
8
?>
9
- <div class="widget block block-product-link-inline">
9
+ <span class="widget block block-product-link-inline">
10
10
<a <?php /* @escapeNotVerified */ echo $ block ->getLinkAttributes () ?> ><span><?php echo $ block ->escapeHtml ($ block ->getLabel ()) ?> </span></a>
11
- </div >
11
+ </span >
Original file line number Diff line number Diff line change 4
4
* See COPYING.txt for license details.
5
5
*/
6
6
?>
7
- <div class="widget block block-cms-link-inline">
7
+ <span class="widget block block-cms-link-inline">
8
8
<a <?php /* @escapeNotVerified */ echo $ block ->getLinkAttributes () ?> >
9
9
<span><?php echo $ block ->escapeHtml ($ block ->getLabel ()) ?> </span>
10
10
</a>
11
- </div >
11
+ </span >
You can’t perform that action at this time.
0 commit comments