mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-30 14:08:46 +02:00
Remove role="row" in tr This selector is not used
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user