use <th> instead of <td> for table headers on variable page
This commit is contained in:
parent
6f2f296578
commit
04bbca5871
|
@ -17,8 +17,8 @@ following is a reference of the available data.
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Variable</td>
|
<th>Variable</th>
|
||||||
<td>Description</td>
|
<th>Description</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
@ -70,8 +70,8 @@ following is a reference of the available data.
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Variable</td>
|
<th>Variable</th>
|
||||||
<td>Description</td>
|
<th>Description</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
@ -143,8 +143,8 @@ following is a reference of the available data.
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Variable</td>
|
<th>Variable</th>
|
||||||
<td>Description</td>
|
<th>Description</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
@ -254,8 +254,8 @@ following is a reference of the available data.
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Variable</td>
|
<th>Variable</th>
|
||||||
<td>Description</td>
|
<th>Description</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
Loading…
Reference in New Issue