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 0788044 commit af9d8acCopy full SHA for af9d8ac
app/code/Magento/ProductVideo/view/adminhtml/templates/helper/gallery.phtml
@@ -9,7 +9,7 @@
9
10
/** @var $block \Magento\Catalog\Block\Adminhtml\Product\Helper\Form\Gallery\Content */
11
$elementNameEscaped = $block->escapeHtmlAttr($block->getElement()->getName()) . '[images]';
12
-/* @noEscape */ $formNameEscaped = $block->escapeHtmlAttr($block->getFormName());
+$formNameEscaped = $block->escapeHtmlAttr($block->getFormName());
13
?>
14
15
<div class="row">
0 commit comments