diff options
| author | Patrick H. Lauke <[email protected]> | 2017-01-12 13:34:40 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-01-12 13:34:40 +0000 |
| commit | b47c252ee13c536205105dcb16029021118f989c (patch) | |
| tree | 2bd44731b61736a9fe292f794327ed72caa54ccf /docs/components | |
| parent | 97e757cfbe09f8a50a9402afb9a0cf70e74e122c (diff) | |
| parent | a98fb3c83a0afaaa1e018eb383077dc16ad9ac9b (diff) | |
| download | bootstrap-b47c252ee13c536205105dcb16029021118f989c.tar.xz bootstrap-b47c252ee13c536205105dcb16029021118f989c.zip | |
Merge pull request #21671 from vanduynslagerp/fix-21665
Fix modal id in doc example (Fix #21665)
Diffstat (limited to 'docs/components')
| -rw-r--r-- | docs/components/modal.md | 2 |
1 files changed, 1 insertions, 1 deletions
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"> |
