diff options
| author | Pierre Vanduynslager <[email protected]> | 2017-04-12 10:36:14 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-04-12 10:36:14 -0400 |
| commit | 208e0384dfcf879e466ed5f97f355be9677c75ec (patch) | |
| tree | a1d7005f1d053c0a98268e92e21ddd271cea224f /docs/examples | |
| parent | 81e12d5715d675b44da4c7d6547583f1d546e491 (diff) | |
| parent | 29460b2005cde9ff807dc2c846fb95f150ffa872 (diff) | |
| download | bootstrap-208e0384dfcf879e466ed5f97f355be9677c75ec.tar.xz bootstrap-208e0384dfcf879e466ed5f97f355be9677c75ec.zip | |
Merge branch 'v4-dev' into dropdown-keyboard
Diffstat (limited to 'docs/examples')
| -rw-r--r-- | docs/examples/carousel/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/carousel/index.html b/docs/examples/carousel/index.html index e746c5915..072129a61 100644 --- a/docs/examples/carousel/index.html +++ b/docs/examples/carousel/index.html @@ -47,7 +47,7 @@ <li data-target="#myCarousel" data-slide-to="1"></li> <li data-target="#myCarousel" data-slide-to="2"></li> </ol> - <div class="carousel-inner" role="listbox"> + <div class="carousel-inner"> <div class="carousel-item active"> <img class="first-slide" src="data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==" alt="First slide"> <div class="container"> |
