aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorysds <[email protected]>2018-02-10 01:05:21 +0900
committerPatrick H. Lauke <[email protected]>2018-02-09 16:05:21 +0000
commiteca9c983f7c1b3097a16ec65bffa4faacfe1a2be (patch)
tree953566a22229b814e2f34ece3b4530a913dce6e8
parent2dc9c76d75fcbbf3ff4181a09e0b0e0bae0caf20 (diff)
downloadbootstrap-eca9c983f7c1b3097a16ec65bffa4faacfe1a2be.tar.xz
bootstrap-eca9c983f7c1b3097a16ec65bffa4faacfe1a2be.zip
Fix the incorrect id in center modal example
-rw-r--r--docs/4.0/components/modal.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/components/modal.md b/docs/4.0/components/modal.md
index 42ef4e080..a3468bd8a 100644
--- a/docs/4.0/components/modal.md
+++ b/docs/4.0/components/modal.md
@@ -249,7 +249,7 @@ Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
- <h5 class="modal-title" id="exampleModalLongTitle">Modal title</h5>
+ <h5 class="modal-title" id="exampleModalCenterTitle">Modal title</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>