Remove role="row" in tr This selector is not used

This commit is contained in:
acognet
2021-12-01 08:56:21 +01:00
parent c02ea05883
commit b00b08d08b
2 changed files with 1 additions and 2 deletions

View File

@@ -14,7 +14,6 @@
{% for data in oUIBlock.GetData() %}
<tr {% if data['@id'] is not empty %}id="{{ data['@id'] }}" {% endif %}
role="row"
{% if data['@class'] is not empty %} class="{{ data['@class'] }}"{% endif %}
{% if data['@meta'] is not empty %} {{ data['@meta'] | raw}}{% endif %}>
{% for name,column in columns %}