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/components.html | |
| parent | b297a61f82e567a5dccb99d1a01d46c5d8329e95 (diff) | |
| download | bootstrap-6d8ac203e5b07a116336e172e9e1ebdb9ad76c33.tar.xz bootstrap-6d8ac203e5b07a116336e172e9e1ebdb9ad76c33.zip | |
fix broken alert example with data-dismiss
Diffstat (limited to 'docs/components.html')
| -rw-r--r-- | docs/components.html | 2 |
1 files changed, 1 insertions, 1 deletions
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> |
