Closed pastly closed 7 years ago
Probably a simple CSS change.
A <th> is basically the same as a <td>. It's used for headings in a table instead data cells.
<th>
<td>
I would agree. That is an easy change.
Solution is here: https://github.com/pastly/cdcdb-webserver/commit/ea2bfe1d2bcc051a963ca152eabced90b72cc5e2
Probably a simple CSS change.
A
<th>
is basically the same as a<td>
. It's used for headings in a table instead data cells.