Forgot to change the length of the inputs

This commit is contained in:
Kasper Rynning-Tønnesen
2015-06-09 22:23:35 +02:00
parent cb495380e8
commit a302ed5389

View File

@@ -72,9 +72,9 @@
list="searches" list="searches"
required pattern="[a-zA-Z0-9]+" required pattern="[a-zA-Z0-9]+"
spellcheck="false" spellcheck="false"
maxlength="8" maxlength="10"
autocomplete autocomplete
length="8" length="10"
/> />
<label for="search" id="forsearch">Type ID of host to be controlled</label> <label for="search" id="forsearch">Type ID of host to be controlled</label>
</div> </div>