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"
required pattern="[a-zA-Z0-9]+"
spellcheck="false"
maxlength="8"
maxlength="10"
autocomplete
length="8"
length="10"
/>
<label for="search" id="forsearch">Type ID of host to be controlled</label>
</div>