From 6d8ac203e5b07a116336e172e9e1ebdb9ad76c33 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 4 Feb 2012 22:32:04 -0800 Subject: fix broken alert example with data-dismiss --- docs/assets/bootstrap.zip | Bin 52410 -> 52410 bytes docs/components.html | 2 +- docs/templates/pages/components.mustache | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index d4b01e1ad..7295b9caa 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/components.html b/docs/components.html index 1d3971c06..f96134040 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1299,7 +1299,7 @@
 <div class="alert">
-  <a class="close data-dismiss="alert"gt;×</a>
+  <a class="close" data-dismiss="alert">×</a>
   <strong>Warning!</strong> Best check yo self, you're not looking too good.
 </div>
 
diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index 466a8a2e5..1bf6b11d4 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -1223,7 +1223,7 @@
 <div class="alert">
-  <a class="close data-dismiss="alert"gt;×</a>
+  <a class="close" data-dismiss="alert">×</a>
   <strong>{{_i}}Warning!{{/i}}</strong> {{_i}}Best check yo self, you're not looking too good.{{/i}}
 </div>
 
-- cgit v1.2.3