mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-24 16:30:23 +00:00
Merge pull request #13992 from pjrobertson/master
Fix inconsistency between demo and displayed code for modal demo
This commit is contained in:
commit
a13f645d20
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@
|
|||
|
||||
<div class="modal-header">
|
||||
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
|
||||
<h4 class="modal-title" id="myModalLabel">Modal Heading</h4>
|
||||
<h4 class="modal-title" id="myModalLabel">Modal title</h4>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<h4>Text in a modal</h4>
|
||||
|
|
|
|||
Loading…
Reference in a new issue