]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix progress doc markup
authorPierre-Denis Vanduynslager <pierre.denis.vanduynslager@gmail.com>
Wed, 4 Jan 2017 17:04:07 +0000 (12:04 -0500)
committerMark Otto <markd.otto@gmail.com>
Wed, 4 Jan 2017 19:27:45 +0000 (11:27 -0800)
docs/components/progress.md

index 9f8bcf607f3db45b473707aef4a69e44d5e76bc0..802a42a295bc7012eff7d9f7950e124e61911604 100644 (file)
@@ -122,7 +122,7 @@ Add `.progress-bar-striped` to any `.progress-bar` to apply a stripe via CSS gra
   <div class="progress-bar progress-bar-striped bg-info" role="progressbar" style="width: 50%" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100"></div>
 </div>
 <div class="progress">
-  <div class="progress-bar progress-bar-striped bg-warning" role="progressbar"style="width: 75%" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100" ></div>
+  <div class="progress-bar progress-bar-striped bg-warning" role="progressbar" style="width: 75%" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></div>
 </div>
 <div class="progress">
   <div class="progress-bar progress-bar-striped bg-danger" role="progressbar" style="width: 100%" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100"></div>