diff options
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"> |
