aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-02-04 22:32:04 -0800
committerMark Otto <[email protected]>2012-02-04 22:32:04 -0800
commit6d8ac203e5b07a116336e172e9e1ebdb9ad76c33 (patch)
tree62c10c13787243d9b3ebe96bc6bf6bbb269145cf /docs
parentb297a61f82e567a5dccb99d1a01d46c5d8329e95 (diff)
downloadbootstrap-6d8ac203e5b07a116336e172e9e1ebdb9ad76c33.tar.xz
bootstrap-6d8ac203e5b07a116336e172e9e1ebdb9ad76c33.zip
fix broken alert example with data-dismiss
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/bootstrap.zipbin52410 -> 52410 bytes
-rw-r--r--docs/components.html2
-rw-r--r--docs/templates/pages/components.mustache2
3 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index d4b01e1ad..7295b9caa 100644
--- a/docs/assets/bootstrap.zip
+++ b/docs/assets/bootstrap.zip
Binary files 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>
<pre class="prettyprint linenums">
&lt;div class="alert"&gt;
- &lt;a class="close data-dismiss="alert"gt;&times;&lt;/a&gt;
+ &lt;a class="close" data-dismiss="alert"&gt;&times;&lt;/a&gt;
&lt;strong&gt;Warning!&lt;/strong&gt; Best check yo self, you're not looking too good.
&lt;/div&gt;
</pre>
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>
<pre class="prettyprint linenums">
&lt;div class="alert"&gt;
- &lt;a class="close data-dismiss="alert"gt;&times;&lt;/a&gt;
+ &lt;a class="close" data-dismiss="alert"&gt;&times;&lt;/a&gt;
&lt;strong&gt;{{_i}}Warning!{{/i}}&lt;/strong&gt; {{_i}}Best check yo self, you're not looking too good.{{/i}}
&lt;/div&gt;
</pre>