diff options
author | Darius Jahandarie <djahandarie@gmail.com> | 2023-10-01 06:23:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-01 06:23:41 +0000 |
commit | c7f7e84fe9109bedec8c7c531d3b6e48056dd3b3 (patch) | |
tree | f962c38182d4f496c9a97c80d08504fde0b3aac2 /ext/search.html | |
parent | 0fa8d441a269b13474e6ad4108f49497d4d3abfd (diff) | |
parent | c13cf0ec85ccc6aec636ccd8b9f791559c1cd2f6 (diff) |
Merge pull request #261 from themoeway/dependabot/npm_and_yarn/html-validate-8.5.0
Bump html-validate from 7.6.0 to 8.5.0
Diffstat (limited to 'ext/search.html')
-rw-r--r-- | ext/search.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/search.html b/ext/search.html index be295937..460c0df8 100644 --- a/ext/search.html +++ b/ext/search.html @@ -50,8 +50,8 @@ </div> <div class="search-textbox-container"> <textarea id="search-textbox" class="scrollbar" placeholder="Input a term, expression, sentence, or block of text" autocomplete="off" lang="ja" autofocus></textarea> - <button id="search-back-button" class="search-button" hidden><span class="icon" data-icon="left-chevron"></span></button> - <button id="search-button" class="search-button"><span class="icon" data-icon="magnifying-glass"></span></button> + <button type="button" id="search-back-button" class="search-button" hidden><span class="icon" data-icon="left-chevron"></span></button> + <button type="button" id="search-button" class="search-button"><span class="icon" data-icon="magnifying-glass"></span></button> </div> </div> |