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 3becc62 commit b6b60a5Copy full SHA for b6b60a5
view/search/search-form-simple.phtml
@@ -32,5 +32,5 @@ if ($form->has('q')) {
32
<?= $formElement($q
33
->setAttribute('placeholder', $translate('Search'))
34
->setAttribute('aria-label', $translate('Search'))) ?>
35
- <button><?= $translate('Search') ?></button>
+ <button type="submit"><?= $translate('Search') ?></button>
36
<?= $formHelper->closeTag() ?>
0 commit comments