Skip to content

Commit 723579c

Browse files
author
Hwashiang Yu
committed
MAGETWO-55808: Eliminate @escapeNotVerified in Product Modules
- Resolved functional test failures in bundle mtf tests
1 parent 4937bd7 commit 723579c

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Bundle/view/frontend/templates/catalog/product/view/type/bundle

1 file changed

+1
-1
lines changed

app/code/Magento/Bundle/view/frontend/templates/catalog/product/view/type/bundle/options.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ $options = $block->decorateArray($block->getOptions($stripSelection));
3434
if (!$option->getSelections()) {
3535
continue;
3636
} else {
37-
$block->getOptionHtml($option);
37+
echo $block->getOptionHtml($option);
3838
}
3939
?>
4040
<?php endforeach; ?>

0 commit comments

Comments
 (0)