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>