diff options
| author | Mark Otto <[email protected]> | 2016-12-24 14:09:06 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-12-24 14:21:04 -0800 |
| commit | af977b561a6599009dc20114e972ac6b471d5738 (patch) | |
| tree | 2735180b98474bb8fca1b6cb2e8f9ee400e4b881 /docs/components | |
| parent | 4f9f1a0ea3d1d61c46d8bbc940fc3a966b3430a5 (diff) | |
| download | bootstrap-af977b561a6599009dc20114e972ac6b471d5738.tar.xz bootstrap-af977b561a6599009dc20114e972ac6b471d5738.zip | |
dedupe
Diffstat (limited to 'docs/components')
| -rw-r--r-- | docs/components/modal.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/components/modal.md b/docs/components/modal.md index 7251c3842..23551efa3 100644 --- a/docs/components/modal.md +++ b/docs/components/modal.md @@ -88,14 +88,14 @@ Below is a _static_ modal example (meaning its `position` and `display` have bee Toggle a working modal demo by clicking the button below. It will slide down and fade in from the top of the page. -<div id="exampleModal" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true"> +<div id="exampleModalLive" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="exampleModalLiveLabel" aria-hidden="true"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> - <h5 class="modal-title" id="exampleModalLabel">Modal title</h5> + <h5 class="modal-title" id="exampleModalLiveLabel">Modal title</h5> </div> <div class="modal-body"> <p>Woohoo, you're reading this text in a modal!</p> @@ -109,7 +109,7 @@ Toggle a working modal demo by clicking the button below. It will slide down and </div> <div class="bd-example"> - <button type="button" class="btn btn-primary" data-toggle="modal" data-target="#exampleModal"> + <button type="button" class="btn btn-primary" data-toggle="modal" data-target="#exampleModalLive"> Launch demo modal </button> </div> |
