Correct Table HTML Syntax

This commit is contained in:
Jonah Aragon 2021-05-11 14:08:21 -05:00
parent a70fa8f0c4
commit f8570da10f
No known key found for this signature in database
GPG key ID: 6A957C9A9A9429F7
2 changed files with 19 additions and 17 deletions

View file

@ -1,11 +1,13 @@
<th data-sorted="true" data-sorted-direction="ascending">DNS Provider</th>
<th data-sortable="true">Server Locations</th>
<th data-sortable="false">Privacy Policy</th>
<th data-sortable="true">Type</th>
<th data-sortable="true">Protocols</th>
<th data-sortable="true">Logging</th>
<th data-sortable="true">DNSSEC</th>
<th data-sortable="true">QNAME Minimization</th>
<th data-sortable="true">Filtering</th>
<th data-sortable="true">Source Code</th>
<th data-sortable="true">Hosting Provider</th>
<tr>
<th data-sorted="true" data-sorted-direction="ascending">DNS Provider</th>
<th data-sortable="true">Server Locations</th>
<th data-sortable="false">Privacy Policy</th>
<th data-sortable="true">Type</th>
<th data-sortable="true">Protocols</th>
<th data-sortable="true">Logging</th>
<th data-sortable="true">DNSSEC</th>
<th data-sortable="true">QNAME Minimization</th>
<th data-sortable="true">Filtering</th>
<th data-sortable="true">Source Code</th>
<th data-sortable="true">Hosting Provider</th>
</tr>