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 ee6bc37 commit 7d91ba0Copy full SHA for 7d91ba0
app/code/Magento/Search/view/frontend/templates/form.mini.phtml
@@ -28,7 +28,7 @@ $helper = $this->helper(\Magento\Search\Helper\Data::class);
28
}'
29
type="text"
30
name="<?= $block->escapeHtmlAttr($helper->getQueryParamName()) ?>"
31
- value="<?= $block->escapeHtmlAttr($helper->getEscapedQueryText()) ?>"
+ value="<?= /* @noEscape */ $helper->getEscapedQueryText() ?>"
32
placeholder="<?= $block->escapeHtmlAttr(__('Search entire store here...')) ?>"
33
class="input-text"
34
maxlength="<?= $block->escapeHtmlAttr($helper->getMaxQueryLength()) ?>"
0 commit comments