aboutsummaryrefslogtreecommitdiff
path: root/examples/carousel
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-10-09 19:29:25 -0700
committerChris Rebert <[email protected]>2013-10-09 19:29:27 -0700
commitef1fc34e616a0efda482ec54247a84d589244d55 (patch)
tree0b6b76c9fe7a238ccd3a05994374e9d194f3d657 /examples/carousel
parent4da37222cf5b7f6924940fcc543c1727d5b563f2 (diff)
downloadbootstrap-ef1fc34e616a0efda482ec54247a84d589244d55.tar.xz
bootstrap-ef1fc34e616a0efda482ec54247a84d589244d55.zip
use data-ride="carousel" in the docs & examples; fixes #11005
Diffstat (limited to 'examples/carousel')
-rw-r--r--examples/carousel/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/carousel/index.html b/examples/carousel/index.html
index a57cab745..c9a99cbd6 100644
--- a/examples/carousel/index.html
+++ b/examples/carousel/index.html
@@ -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>