Skip to content

Commit

Permalink
Double quotes not single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Aug 19, 2013
1 parent 17c1388 commit 38009ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components.html
Original file line number Diff line number Diff line change
Expand Up @@ -2359,7 +2359,7 @@ <h3 id="progress-animated">Animated</h3>
{% highlight html %}
<div class="progress progress-striped active">
<div class="progress-bar" role="progressbar" aria-valuenow="45" aria-valuemin="0" aria-valuemax="100" style="width: 45%">
<span class='sr-only'>45% Complete</span>
<span class="sr-only">45% Complete</span>
</div>
</div>
{% endhighlight %}
Expand All @@ -2370,7 +2370,7 @@ <h3 id="progress-stacked">Stacked</h3>
<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>
</div>
{% highlight html %}
Expand Down

0 comments on commit 38009ec

Please sign in to comment.