From 0679f24606dff0a3d38f88bad220d393bb363dba Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 15 May 2012 09:37:28 -0700 Subject: example incorrect for modal dismiss button --- docs/javascript.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/javascript.html') diff --git a/docs/javascript.html b/docs/javascript.html index bceb4528c..0208af819 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -279,7 +279,7 @@
 <div class="modal" id="myModal">
   <div class="modal-header">
-    <button class="close" data-dismiss="modal">×</button>
+    <button type="button" class="close" data-dismiss="modal">×</button>
     <h3>Modal header</h3>
   </div>
   <div class="modal-body">
-- 
cgit v1.2.3