Commit dcb09f3b authored by Patrick Robertson's avatar Patrick Robertson
Browse files

Fix inconsistency between demo and displayed code for modal demo

Fixes #13991
parent d23d9ee4
Showing with 1 addition and 1 deletion
+1 -1
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
<div class="modal-header"> <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> <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>
<div class="modal-body"> <div class="modal-body">
<h4>Text in a modal</h4> <h4>Text in a modal</h4>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment