mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:56:12 +01:00
[TASK] Drop incorrectly placed scope
HTML attribute (#862)
The `scope` attribute only makes sense for `th` elements, but not for `td` elements. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/td
This commit is contained in:
parent
bb2476d783
commit
ea915289df
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
<tbody>
|
||||
<f:for each="{teas}" as="tea">
|
||||
<tr>
|
||||
<td scope="row">
|
||||
<td>
|
||||
{tea.uid}
|
||||
</td>
|
||||
<td>
|
||||
|
|
Loading…
Reference in a new issue