aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/js/modal.html
diff options
context:
space:
mode:
authorPatrick Robertson <[email protected]>2014-06-30 19:19:18 +0700
committerPatrick Robertson <[email protected]>2014-06-30 19:19:18 +0700
commitdcb09f3b099ccea9251ffa683febe38e0b1cedaa (patch)
tree7aa8fcc2417963556f50ef6bb088d013bd796907 /docs/_includes/js/modal.html
parentd23d9ee4a01a3db0fb2b843bbd7b69814a91790b (diff)
downloadbootstrap-dcb09f3b099ccea9251ffa683febe38e0b1cedaa.tar.xz
bootstrap-dcb09f3b099ccea9251ffa683febe38e0b1cedaa.zip
Fix inconsistency between demo and displayed code for modal demo
Fixes #13991
Diffstat (limited to 'docs/_includes/js/modal.html')
-rw-r--r--docs/_includes/js/modal.html2
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">&times;</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>