File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
app/code/Magento/Search/view/frontend/templates Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,8 @@ $helper = $this->helper(\Magento\Search\Helper\Data::class);
14
14
<div class="block block-search">
15
15
<div class="block block-title"><strong><?= $ block ->escapeHtml (__ ('Search ' )) ?> </strong></div>
16
16
<div class="block block-content">
17
- <form class="form minisearch" id="search_mini_form" action="<?= $ block ->escapeUrl ($ helper ->getResultUrl ()) ?> " method="get">
17
+ <form class="form minisearch" id="search_mini_form"
18
+ action="<?= $ block ->escapeUrl ($ helper ->getResultUrl ()) ?> " method="get">
18
19
<div class="field search">
19
20
<label class="label" for="search" data-role="minisearch-label">
20
21
<span><?= $ block ->escapeHtml (__ ('Search ' )) ?> </span>
@@ -29,7 +30,7 @@ $helper = $this->helper(\Magento\Search\Helper\Data::class);
29
30
}'
30
31
type="text"
31
32
name="<?= $ block ->escapeHtmlAttr ($ helper ->getQueryParamName ()) ?> "
32
- value="<?= $ block -> escapeHtmlAttr ( $ helper ->getEscapedQueryText () ) ?> "
33
+ value="<?= /* @noEscape */ $ helper ->getEscapedQueryText () ?> "
33
34
placeholder="<?= $ block ->escapeHtmlAttr (__ ('Search entire store here... ' )) ?> "
34
35
class="input-text"
35
36
maxlength="<?= $ block ->escapeHtmlAttr ($ helper ->getMaxQueryLength ()) ?> "
You can’t perform that action at this time.
0 commit comments