use <th> instead of <td> for table headers on variable page

This commit is contained in:
Coby Chapple 2013-05-02 21:32:41 +01:00
parent 6f2f296578
commit 04bbca5871
1 changed files with 8 additions and 8 deletions

View File

@ -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>