fix example code for carousel
This commit is contained in:
parent
fe30bd6055
commit
aaf1825b49
2 changed files with 2 additions and 2 deletions
|
|
@ -1347,7 +1347,7 @@ $('#myCollapsible').on('hidden', function () {
|
|||
<h3>Markup</h3>
|
||||
<p>Data attributes are used for the previous and next conrols. Check out the example markup below.</p>
|
||||
<pre class="prettyprint linenums">
|
||||
<div id="myCarousel" class="carousel">
|
||||
<div id="myCarousel" class="carousel slide">
|
||||
<!-- Carousel items -->
|
||||
<div class="carousel-inner">
|
||||
<div class="active item">…</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue