Verwijderen van pattern, gaf een fout en voegt te weinig toe
This commit is contained in:
parent
6bf2077e64
commit
523de4c204
|
@ -1,3 +1,3 @@
|
|||
<form class="search" action="/zoeken/" method="GET">
|
||||
<input type="search" name="q" id="search-query" placeholder="Zoekterm..." autofocus minlength="2" maxlength="32" pattern="[a-zA-Z0-9._%+-]{2,}$">
|
||||
<input type="search" name="q" id="search-query" placeholder="Zoekterm..." autofocus minlength="2" maxlength="32">
|
||||
</form>
|
||||
|
|
Reference in a new issue