Skip to content

Commit

Permalink
fix mis-labeled label
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Feb 2, 2012
1 parent 4d918be commit 1ebe51c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified docs/assets/bootstrap.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/components.html
Original file line number Diff line number Diff line change
Expand Up @@ -1088,7 +1088,7 @@ <h1>Inline labels <small>Label and annotate text</small></h1>
</tr>
<tr>
<td>
<span class="label label-success">New</span>
<span class="label label-success">Success</span>
</td>
<td>
<code>&lt;span class="label label-success"&gt;New&lt;/span&gt;</code>
Expand Down
2 changes: 1 addition & 1 deletion docs/templates/pages/components.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,7 @@
</tr>
<tr>
<td>
<span class="label label-success">{{_i}}New{{/i}}</span>
<span class="label label-success">{{_i}}Success{{/i}}</span>
</td>
<td>
<code>&lt;span class="label label-success"&gt;{{/_i}}New{{/i}}&lt;/span&gt;</code>
Expand Down

0 comments on commit 1ebe51c

Please sign in to comment.