diff options
| author | Tom Lutzenberger <[email protected]> | 2016-07-13 16:42:48 +0200 |
|---|---|---|
| committer | Tom Lutzenberger <[email protected]> | 2016-07-13 16:42:48 +0200 |
| commit | 4c459bd6cf0f63e1a7ea67c99dc7db9b069545e6 (patch) | |
| tree | 7e50f6d808edf70de20cf2fe9c6e54b5bfe3a2c2 /docs/examples/theme | |
| parent | dc992508173d4aa67b14ad2308558fdb348f9607 (diff) | |
| download | bootstrap-4c459bd6cf0f63e1a7ea67c99dc7db9b069545e6.tar.xz bootstrap-4c459bd6cf0f63e1a7ea67c99dc7db9b069545e6.zip | |
Lint Docs HTML Files
Diffstat (limited to 'docs/examples/theme')
| -rw-r--r-- | docs/examples/theme/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/theme/index.html b/docs/examples/theme/index.html index afa92a5d0..eb4d5e6a1 100644 --- a/docs/examples/theme/index.html +++ b/docs/examples/theme/index.html @@ -481,7 +481,7 @@ <div class="progress"> <div class="progress-bar progress-bar-success" style="width: 35%"><span class="sr-only">35% Complete (success)</span></div> <div class="progress-bar progress-bar-warning" style="width: 20%"><span class="sr-only">20% Complete (warning)</span></div> - <div class="progress-bar progress-bar-danger" style="width: 10%"><span class='sr-only'>10% Complete (danger)</span></div> + <div class="progress-bar progress-bar-danger" style="width: 10%"><span class="sr-only">10% Complete (danger)</span></div> </div> |
