diff options
| author | Patrick Robertson <[email protected]> | 2014-06-30 19:19:18 +0700 |
|---|---|---|
| committer | Patrick Robertson <[email protected]> | 2014-06-30 19:19:18 +0700 |
| commit | dcb09f3b099ccea9251ffa683febe38e0b1cedaa (patch) | |
| tree | 7aa8fcc2417963556f50ef6bb088d013bd796907 /docs | |
| parent | d23d9ee4a01a3db0fb2b843bbd7b69814a91790b (diff) | |
| download | bootstrap-dcb09f3b099ccea9251ffa683febe38e0b1cedaa.tar.xz bootstrap-dcb09f3b099ccea9251ffa683febe38e0b1cedaa.zip | |
Fix inconsistency between demo and displayed code for modal demo
Fixes #13991
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/_includes/js/modal.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/js/modal.html b/docs/_includes/js/modal.html index c1cc6f055..9b8a70918 100644 --- a/docs/_includes/js/modal.html +++ b/docs/_includes/js/modal.html @@ -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> |
