Use <th> instead of <td> tags in the view table
@@ -11,6 +11,6 @@ file that was distributed with this source code.
<tr>
- <td>{% block name %}{{ field_description.name }}{% endblock %}</td>
+ <th>{% block name %}{{ field_description.name }}{% endblock %}</th>
<td>{% block value %}{{ value }}{% endblock %}</td>
</tr>