]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix mis-labeled label
authorMark Otto <markdotto@gmail.com>
Thu, 2 Feb 2012 02:11:19 +0000 (18:11 -0800)
committerMark Otto <markdotto@gmail.com>
Thu, 2 Feb 2012 02:11:19 +0000 (18:11 -0800)
docs/assets/bootstrap.zip
docs/components.html
docs/templates/pages/components.mustache

index 435dcbb923be64a7df8a43547dcbcf145c774684..2a04a0c1d571a82d99301796c030ca29f2a2c07c 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index dac87e52ccc071dd49c69abd57e638d02c058124..33601126dd573c18312bc967c8f89581d8fc2091 100644 (file)
       </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>
index 07f55f08d14d667f5c108afe3f507d7a320571ee..c78b94804c4bbde621db58151f9a36e4d1e54509 100644 (file)
       </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>