aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick H. Lauke <[email protected]>2017-01-12 13:34:40 +0000
committerGitHub <[email protected]>2017-01-12 13:34:40 +0000
commitb47c252ee13c536205105dcb16029021118f989c (patch)
tree2bd44731b61736a9fe292f794327ed72caa54ccf
parent97e757cfbe09f8a50a9402afb9a0cf70e74e122c (diff)
parenta98fb3c83a0afaaa1e018eb383077dc16ad9ac9b (diff)
downloadbootstrap-b47c252ee13c536205105dcb16029021118f989c.tar.xz
bootstrap-b47c252ee13c536205105dcb16029021118f989c.zip
Merge pull request #21671 from vanduynslagerp/fix-21665
Fix modal id in doc example (Fix #21665)
-rw-r--r--docs/components/modal.md2
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">