]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Change duplicate id.
authorBardi Harborow <bardi@bardiharborow.com>
Sun, 19 Mar 2017 11:48:06 +0000 (22:48 +1100)
committerBardi Harborow <bardi@bardiharborow.com>
Sun, 19 Mar 2017 11:57:17 +0000 (22:57 +1100)
docs/components/forms.md

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