Fix the incorrect id in center modal example

This commit is contained in:
ysds 2018-02-10 01:05:21 +09:00 committed by Patrick H. Lauke
parent 2dc9c76d75
commit eca9c983f7
1 changed files with 1 additions and 1 deletions

View 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>