mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Fixed example HTML in CSS docs
This commit is contained in:
parent
0bb483ca5b
commit
ca588b6a30
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ database column they are representing, for example::
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="col-Link"><a href="...">1</a></td>
|
||||
<td class="col-id"><a href="...">1</a></td>
|
||||
<td class="col-name">SMITH</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue