Browse Source

Fixed Missing td for compact table example

Compact table example has four `<td>`s per row, the example row for "John" was missing the 3rd `<td>Approved</td>`
master
David Kuhta 9 years ago
parent
commit
970d9f6c2b
  1. 1
      server/documents/collections/table.html.eco

1
server/documents/collections/table.html.eco

@ -1970,6 +1970,7 @@ themes : ['Default', 'Basic', 'Classic', 'GitHub']
<tr>
<td>John</td>
<td>Approved</td>
<td>Approved</td>
<td>None</td>
</tr>
<tr>

Loading…
Cancel
Save