aboutsummaryrefslogtreecommitdiff
path: root/docs/templates
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-02-05 01:57:09 -0800
committerMark Otto <[email protected]>2012-02-05 01:57:09 -0800
commitd92523f3299c751d77ea43893fa39bbb687a5f80 (patch)
treea596a57a15b46ca33ad25b1a4017fa47ddb41d42 /docs/templates
parentff91b233eb51da94451114f45e276ba325f67479 (diff)
downloadbootstrap-d92523f3299c751d77ea43893fa39bbb687a5f80.tar.xz
bootstrap-d92523f3299c751d77ea43893fa39bbb687a5f80.zip
fix for #1658 to give .label-success proper text
Diffstat (limited to 'docs/templates')
-rw-r--r--docs/templates/pages/components.mustache2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache
index 6be6cd601..226283004 100644
--- a/docs/templates/pages/components.mustache
+++ b/docs/templates/pages/components.mustache
@@ -1018,7 +1018,7 @@
<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>
+ <code>&lt;span class="label label-success"&gt;{{/_i}}Success{{/i}}&lt;/span&gt;</code>
</td>
</tr>
<tr>