diff options
| author | Pierre-Denis Vanduynslager <[email protected]> | 2017-01-15 10:33:54 -0500 |
|---|---|---|
| committer | Pierre-Denis Vanduynslager <[email protected]> | 2017-01-15 10:33:54 -0500 |
| commit | a85b80fa75aa9ecc7da252411f6209a002e4bdfb (patch) | |
| tree | 90f7083626b4471afe47702bc8567a4918b0313b /docs/components | |
| parent | 4c2f5443596c39c551ebb7ec635d01a98e434189 (diff) | |
| parent | 8fbd4aaa383e3506d2da3c2335eeb66f494f07ad (diff) | |
| download | bootstrap-a85b80fa75aa9ecc7da252411f6209a002e4bdfb.tar.xz bootstrap-a85b80fa75aa9ecc7da252411f6209a002e4bdfb.zip | |
Merge branch 'twbs/v4-dev' into dropdown-keyboard
Diffstat (limited to 'docs/components')
| -rw-r--r-- | docs/components/collapse.md | 2 | ||||
| -rw-r--r-- | docs/components/modal.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/components/collapse.md b/docs/components/collapse.md index f48efd9cc..18d1c1298 100644 --- a/docs/components/collapse.md +++ b/docs/components/collapse.md @@ -43,7 +43,7 @@ You can use a link with the `href` attribute, or a button with the `data-target` Extend the default collapse behavior to create an accordion. {% example html %} -<div id="accordion" role="tablist" aria-multiselectable="true"> +<div id="accordion" role="tablist"> <div class="card"> <div class="card-header" role="tab" id="headingOne"> <h5 class="mb-0"> diff --git a/docs/components/modal.md b/docs/components/modal.md index d61151f8f..16689f6ae 100644 --- a/docs/components/modal.md +++ b/docs/components/modal.md @@ -121,7 +121,7 @@ Toggle a working modal demo by clicking the button below. It will slide down and </button> <!-- Modal --> -<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true"> +<div class="modal fade" id="exampleModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> |
