Commit 2426580ad95490e75d97c7144861d59564dfe3c3
1 parent
23a41765
Exists in
master
and in
10 other branches
Adiciona um nome (name) ao input de busca
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
index.html
... | ... | @@ -60,7 +60,7 @@ |
60 | 60 | <div id="proposal-group" class='hide'> |
61 | 61 | <label for="search">Selecione um programa para fazer propostas e contar sua experiência.</label> |
62 | 62 | <div id="search-input-container"> |
63 | - <input placeholder="palavra chave" id="search-input" type="text" /> | |
63 | + <input placeholder="palavra chave" id="search-input" type="text" name="search" /> | |
64 | 64 | </div> |
65 | 65 | <ul> |
66 | 66 | ... | ... |