From: Chris Rebert Date: Tue, 1 Apr 2014 20:03:14 +0000 (-0700) Subject: help avoid misuse of Carousel's .active when copy-pasting from examples; fix #13252 X-Git-Tag: v3.2.0~283 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=640923eb36890eb194799beeb8ec3555e2b379cc;p=thirdparty%2Fbootstrap.git help avoid misuse of Carousel's .active when copy-pasting from examples; fix #13252 --- diff --git a/docs/_includes/js/carousel.html b/docs/_includes/js/carousel.html index 945910c758..b0665dba8d 100644 --- a/docs/_includes/js/carousel.html +++ b/docs/_includes/js/carousel.html @@ -46,6 +46,12 @@ ... +
+ ... + +
... @@ -105,7 +111,7 @@ {% highlight html %} -
+
...