mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-10 03:23:07 +00:00
Fix accessibility issue with empty <th> by switching to a <td>
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col"></th>
|
<td></td>
|
||||||
<th scope="col"
|
<th scope="col"
|
||||||
*ngFor="let header of headers"
|
*ngFor="let header of headers"
|
||||||
class="{{header}}-header">
|
class="{{header}}-header">
|
||||||
|
Reference in New Issue
Block a user