From: Mark Otto Date: Sun, 5 Feb 2012 06:32:04 +0000 (-0800) Subject: fix broken alert example with data-dismiss X-Git-Tag: v2.0.1~1^2~66 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6d8ac203e5b07a116336e172e9e1ebdb9ad76c33;p=thirdparty%2Fbootstrap.git fix broken alert example with data-dismiss --- diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index d4b01e1ad9..7295b9caa6 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 1d3971c066..f961340409 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 466a8a2e5e..1bf6b11d49 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>