Commit 1ebe51c8 authored by Mark Otto's avatar Mark Otto

fix mis-labeled label

parent 4d918beb
...@@ -1088,7 +1088,7 @@ ...@@ -1088,7 +1088,7 @@
</tr> </tr>
<tr> <tr>
<td> <td>
<span class="label label-success">New</span> <span class="label label-success">Success</span>
</td> </td>
<td> <td>
<code>&lt;span class="label label-success"&gt;New&lt;/span&gt;</code> <code>&lt;span class="label label-success"&gt;New&lt;/span&gt;</code>
......
...@@ -1012,7 +1012,7 @@ ...@@ -1012,7 +1012,7 @@
</tr> </tr>
<tr> <tr>
<td> <td>
<span class="label label-success">{{_i}}New{{/i}}</span> <span class="label label-success">{{_i}}Success{{/i}}</span>
</td> </td>
<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}}New{{/i}}&lt;/span&gt;</code>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment