Commit 87c67633 authored by Jacob Thornton's avatar Jacob Thornton

Merge pull request #1053 from scottwater/patch-1

Added missing 'data-dismiss="modal"' on the first example model source.
parents 7dbd2810 9c940784
......@@ -240,7 +240,7 @@
<div class="well" style="background-color: #888; border: none;">
<div class="modal" style="position: relative; top: auto; left: auto; margin: 0 auto; z-index: 1">
<div class="modal-header">
<a href="#" class="close js-dismiss">&times;</a>
<a href="#" class="close" data-dismiss="modal">&times;</a>
<h3>Modal header</h3>
</div>
<div class="modal-body">
......
Markdown is supported
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