removed 'type' value from search button
This commit is contained in:
parent
ff84d49ff3
commit
5881fa76e0
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="wrapper custom-search-page">
|
<div class="wrapper custom-search-page">
|
||||||
<input type="text" name="q" autofocus id="search-input"/>
|
<input type="text" name="q" autofocus id="search-input"/>
|
||||||
<button id="search-wrapper-ico" class="material-icons-round" name="t" value="web" type="submit">search</button>
|
<button id="search-wrapper-ico" class="material-icons-round" type="submit">search</button>
|
||||||
<div class="autocomplete">
|
<div class="autocomplete">
|
||||||
<ul></ul>
|
<ul></ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue