]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix the incorrect id in center modal example
authorysds <fellows3@gmail.com>
Fri, 9 Feb 2018 16:05:21 +0000 (01:05 +0900)
committerPatrick H. Lauke <redux@splintered.co.uk>
Fri, 9 Feb 2018 16:05:21 +0000 (16:05 +0000)
docs/4.0/components/modal.md

index 42ef4e080810a80872870abfd3dbe17fc11a4f12..a3468bd8a230ddd86dc4d2b067452f6916f0c8b0 100644 (file)
@@ -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>