0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

fix mis-labeled label

This commit is contained in:
Mark Otto 2012-02-01 18:11:19 -08:00
parent 4d918beb26
commit 1ebe51c834
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -1088,7 +1088,7 @@
</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>

View File

@ -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>