Commit 7d48a5b2 authored by Quy's avatar Quy Committed by Heinrich Fenkart
Browse files

Fix carousel markup

parent daff0215
Showing with 4 additions and 4 deletions
+4 -4
...@@ -143,12 +143,12 @@ Add captions to your slides easily with the `.carousel-caption` element within a ...@@ -143,12 +143,12 @@ Add captions to your slides easily with the `.carousel-caption` element within a
</div> </div>
</div> </div>
</div> </div>
<a class="carousel-control carousel-control-left" href="#carouselExampleCaptions" role="button" data-slide="prev"> <a class="carousel-control-prev" href="#carouselExampleCaptions" role="button" data-slide="prev">
<span class="icon-prev" aria-hidden="true"></span> <span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span> <span class="sr-only">Previous</span>
</a> </a>
<a class="carousel-control carousel-control-right" href="#carouselExampleCaptions" role="button" data-slide="next"> <a class="carousel-control-next" href="#carouselExampleCaptions" role="button" data-slide="next">
<span class="icon-next" aria-hidden="true"></span> <span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span> <span class="sr-only">Next</span>
</a> </a>
</div> </div>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment