2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

use data-ride="carousel" in the docs & examples; fixes #11005

This commit is contained in:
Chris Rebert
2013-10-09 19:29:25 -07:00
parent 4da37222cf
commit ef1fc34e61
3 changed files with 4 additions and 7 deletions
+1 -1
View File
@@ -66,7 +66,7 @@
<!-- Carousel
================================================== -->
<div id="myCarousel" class="carousel slide">
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>