Turn empty th element into td

Refs #302
This commit is contained in:
Will Abson 2016-06-29 16:47:09 +01:00
parent bc9a83040e
commit c253b8a12e

View File

@ -3,7 +3,7 @@
<caption data-automation-id="search_result_found">{{ 'SEARCH.RESULTS.SUMMARY' | translate:{numResults: results.length, searchTerm: searchTerm} }}</caption> <caption data-automation-id="search_result_found">{{ 'SEARCH.RESULTS.SUMMARY' | translate:{numResults: results.length, searchTerm: searchTerm} }}</caption>
<thead> <thead>
<tr> <tr>
<th class="mdl-data-table__cell--non-numeric col-mimetype-icon"></th> <td class="mdl-data-table__cell--non-numeric col-mimetype-icon"></td>
<th class="mdl-data-table__cell--non-numeric col-display-name"> <th class="mdl-data-table__cell--non-numeric col-display-name">
{{'SEARCH.RESULTS.COLUMNS.NAME' | translate}} {{'SEARCH.RESULTS.COLUMNS.NAME' | translate}}
</th> </th>