diff options
-rw-r--r-- | tests/components.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/components.html b/tests/components.html index 6deacf81..be834614 100644 --- a/tests/components.html +++ b/tests/components.html @@ -2200,8 +2200,8 @@ </div> <div class="bs-example"> - <div class="alert alert-warning"> - <button type="button" class="close" data-dismiss="alert">×</button> + <div class="alert alert-dismissable alert-warning"> + <a class="close" data-dismiss="alert">×</a> <strong>Warning!</strong> Best check yo self, you're not looking too good. </div> </div> |