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