repaired label->input pairing in example

in 1 input type radio was wrong non-existing id in for="…" attribute
This commit is contained in:
iiic 2018-08-01 15:40:30 +02:00 коммит произвёл Antón Molleda
Родитель 9474f6e832
Коммит eb7db7daa4
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -58,7 +58,7 @@
<div class="col-md-9">
<div class="form-check">
<input class="form-check-input" type="radio" name="allowCredentials" id="allowCredentialsFilled" value="filled" checked>
<label class="form-check-label" for="lastCreated">
<label class="form-check-label" for="allowCredentialsFilled">
Last created in this browser
</label>
</div>
@ -95,4 +95,4 @@
<script src="index.js"></script>
</body>
</html>
</html>