diff options
| author | Mark Otto <[email protected]> | 2012-02-04 22:32:04 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-04 22:32:04 -0800 |
| commit | 6d8ac203e5b07a116336e172e9e1ebdb9ad76c33 (patch) | |
| tree | 62c10c13787243d9b3ebe96bc6bf6bbb269145cf /docs | |
| parent | b297a61f82e567a5dccb99d1a01d46c5d8329e95 (diff) | |
| download | bootstrap-6d8ac203e5b07a116336e172e9e1ebdb9ad76c33.tar.xz bootstrap-6d8ac203e5b07a116336e172e9e1ebdb9ad76c33.zip | |
fix broken alert example with data-dismiss
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 52410 -> 52410 bytes | |||
| -rw-r--r-- | docs/components.html | 2 | ||||
| -rw-r--r-- | docs/templates/pages/components.mustache | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex d4b01e1ad..7295b9caa 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip 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"> <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> </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"> <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> </pre> |
