diff options
Diffstat (limited to 'docs/examples/theme')
| -rw-r--r-- | docs/examples/theme/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/theme/index.html b/docs/examples/theme/index.html index f312df4ee..429de1730 100644 --- a/docs/examples/theme/index.html +++ b/docs/examples/theme/index.html @@ -628,10 +628,10 @@ <img data-src="holder.js/1140x500/auto/#555:#333/text:Third slide" alt="Third slide"> </div> </div> - <a class="left carousel-control" href="#carousel-example-generic" data-slide="prev"> + <a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev"> <span class="glyphicon glyphicon-chevron-left"></span> </a> - <a class="right carousel-control" href="#carousel-example-generic" data-slide="next"> + <a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next"> <span class="glyphicon glyphicon-chevron-right"></span> </a> </div> |
