aboutsummaryrefslogtreecommitdiff
path: root/docs/components
diff options
context:
space:
mode:
authorBardi Harborow <[email protected]>2017-03-19 22:48:06 +1100
committerBardi Harborow <[email protected]>2017-03-19 22:57:17 +1100
commit95841f7432c72d1ad96c90e7099cce7a0e9c43ef (patch)
treedc615c6b6b1bc7e2ec950cc018500bb895c738ee /docs/components
parent275821bbb081890ffe232d50d4778eb15bdb1d7b (diff)
downloadbootstrap-95841f7432c72d1ad96c90e7099cce7a0e9c43ef.tar.xz
bootstrap-95841f7432c72d1ad96c90e7099cce7a0e9c43ef.zip
Change duplicate id.
Diffstat (limited to 'docs/components')
-rw-r--r--docs/components/forms.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/components/forms.md b/docs/components/forms.md
index 4606fd08d..313835f6f 100644
--- a/docs/components/forms.md
+++ b/docs/components/forms.md
@@ -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>