Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-08-01 16:31:29 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-08-09 10:14:35 +0300
commit87e7c82c797caf3dfd8aafab3b477ed2c1393a5a (patch)
tree82558649934ec98463e11c9baba24233c15726e4
parentab37bb905875254f01c73dbb4542fa5063c4c183 (diff)
Fix duplicate IDs.
-rw-r--r--docs/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/index.html b/docs/index.html
index 78aa87c93..670c8c8fb 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -126,15 +126,15 @@ layout: default
<div class="list-group-item d-flex align-items-center">
<div class="mb-0">Item with switch</div>
<div class="form-check form-switch ml-auto" style="font-size: 1.25rem;">
- <input class="form-check-input ml-0" type="checkbox" id="playgroundSwitch1" checked>
- <label class="sr-only" for="playgroundSwitch1">Switch label</label>
+ <input class="form-check-input ml-0" type="checkbox" id="playgroundSwitch3" checked>
+ <label class="sr-only" for="playgroundSwitch3">Switch label</label>
</div>
</div>
<div class="list-group-item d-flex align-items-center">
<div class="mb-0">Another with switch</div>
<div class="form-check form-switch ml-auto" style="font-size: 1.25rem;">
- <input class="form-check-input ml-0" type="checkbox" id="playgroundSwitch2">
- <label class="sr-only" for="playgroundSwitch2">Another switch label</label>
+ <input class="form-check-input ml-0" type="checkbox" id="playgroundSwitch4">
+ <label class="sr-only" for="playgroundSwitch4">Another switch label</label>
</div>
</div>
<div class="list-group-item d-flex align-items-center">