diff options
| author | XhmikosR <[email protected]> | 2018-09-19 10:41:16 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-10-08 20:12:34 +0300 |
| commit | bfc052ad5a6854363cb40c8b9bdd55c35b151321 (patch) | |
| tree | 98a7cd55ede5a09b7904403829753bcf03bf5992 /docs/_includes/components/progress-bars.html | |
| parent | 08529515e5031142b072289e118230e25628728b (diff) | |
| download | bootstrap-bfc052ad5a6854363cb40c8b9bdd55c35b151321.tar.xz bootstrap-bfc052ad5a6854363cb40c8b9bdd55c35b151321.zip | |
Fix HTML validation errors and lint tests too.
Diffstat (limited to 'docs/_includes/components/progress-bars.html')
| -rw-r--r-- | docs/_includes/components/progress-bars.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/components/progress-bars.html b/docs/_includes/components/progress-bars.html index 13b76539a..f349810a8 100644 --- a/docs/_includes/components/progress-bars.html +++ b/docs/_includes/components/progress-bars.html @@ -173,7 +173,7 @@ <div class="progress"> <div class="progress-bar progress-bar-striped" role="progressbar" aria-valuenow="45" aria-valuemin="0" aria-valuemax="100" style="width: 45%"><span class="sr-only">45% Complete</span></div> </div> - <button type="button" class="btn btn-default bs-docs-activate-animated-progressbar" data-toggle="button" aria-pressed="false" autocomplete="off">Toggle animation</button> + <button type="button" class="btn btn-default bs-docs-activate-animated-progressbar" data-toggle="button" aria-pressed="false">Toggle animation</button> </div> {% highlight html %} <div class="progress"> |
