html: respect w3 validator complaints
This commit is contained in:
parent
c21f42975b
commit
809f86de67
3 changed files with 6 additions and 6 deletions
|
@ -9,7 +9,7 @@
|
|||
<form action="/confirmRequest">
|
||||
<div class="input-group">
|
||||
<div class="form-floating">
|
||||
<input class="form-control required" type="text" name="code" id="code" required placeholder="Bestätigungscode" />
|
||||
<input class="form-control required" type="text" name="code" id="code" required placeholder="Bestätigungscode">
|
||||
<label for="code">Bestätigungscode</label>
|
||||
</div>
|
||||
<button class="btn btn-outline-primary" type="submit">Bestätigen</button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue