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 d2e20c3 commit 13b6c32Copy full SHA for 13b6c32
app/code/Meta/Sales/view/adminhtml/templates/system/config/pull_orders.phtml
@@ -48,7 +48,7 @@
48
});
49
</script>
50
51
-<?= $block->escapeHtml($block->getButtonHtml()) ?>
+<?= /* @noEscape */ $block->getButtonHtml() ?>
52
<span id="fb_pull_orders_result">
53
<img class="fb-pull-orders-processing" hidden="hidden" alt="Processing" style="margin:0 5px" src=
54
"<?= $block->escapeUrl($block->getViewFileUrl('images/process_spinner.gif')) ?>"
0 commit comments