1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-18 19:31:35 +02:00

Change duplicate id.

This commit is contained in:
Bardi Harborow
2017-03-19 22:48:06 +11:00
parent 275821bbb0
commit 95841f7432

View File

@@ -722,8 +722,8 @@ Inline text can use any typical inline HTML element (be it a `<small>`, `<span>`
{% example html %} {% example html %}
<form class="form-inline"> <form class="form-inline">
<div class="form-group"> <div class="form-group">
<label for="inputPassword4">Password</label> <label for="inputPassword6">Password</label>
<input type="password" id="inputPassword4" class="form-control mx-sm-3" aria-describedby="passwordHelpInline"> <input type="password" id="inputPassword6" class="form-control mx-sm-3" aria-describedby="passwordHelpInline">
<small id="passwordHelpInline" class="text-muted"> <small id="passwordHelpInline" class="text-muted">
Must be 8-20 characters long. Must be 8-20 characters long.
</small> </small>