6
0
Fork 0

Verwijderen van pattern, gaf een fout en voegt te weinig toe

This commit is contained in:
Michael Boelen 2023-06-01 10:27:20 +02:00
parent 6bf2077e64
commit 523de4c204

View file

@ -1,3 +1,3 @@
<form class="search" action="/zoeken/" method="GET"> <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> </form>