File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
app/code/Magento/CatalogWidget/view/frontend/templates/product/widget/content Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ use Magento\Framework\App\Action\Action;
13
13
14
14
// phpcs:disable Generic.Files.LineLength.TooLong
15
15
// phpcs:disable Magento2.Templates.ThisInTemplate.FoundHelper
16
+ // phpcs:disable Magento2.Templates.ThisInTemplate.FoundThis
16
17
?>
17
18
18
19
<?php if ($ exist = ($ block ->getProductCollection () && $ block ->getProductCollection ()->getSize ())): ?>
@@ -80,7 +81,7 @@ use Magento\Framework\App\Action\Action;
80
81
<span><?= $ block ->escapeHtml (__ ('Add to Cart ' )) ?> </span>
81
82
</button>
82
83
</form>
83
- <?php if ($ block ->getBlockHtml ('formkey ' )): ?>
84
+ <?php if ($ block ->getBlockHtml ('formkey ' )): ?>
84
85
<script type="text/x-magento-init">
85
86
{
86
87
"[data-role=tocart-form], .form.map.checkout": {
You can’t perform that action at this time.
0 commit comments