Skip to content

Commit 56c29f1

Browse files
#24086: Static test fix.
1 parent a2aaa56 commit 56c29f1

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Catalog/view/adminhtml/templates/catalog/product/helper

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/view/adminhtml/templates/catalog/product/helper/gallery.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ $formName = $block->getFormName();
3737
type="hidden"
3838
value="<?= $block->escapeHtmlAttr($typeData['value']) ?>"/>
3939
<?php
40-
} ?>
40+
} ?>
4141

4242
<script id="<?= $block->getHtmlId() ?>-template" type="text/x-magento-template">
4343
<div class="image item<% if (data.disabled == 1) { %> hidden-for-front<% } %>"

0 commit comments

Comments
 (0)