mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
fix table headers: tr elements cannot have a colspan, th elements can
This commit is contained in:
parent
29cb71425d
commit
3836464e86
@ -106,8 +106,8 @@ label : dialog label
|
||||
<col class="col-md-{{ msgzone_width|default(5) }}"/>
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr colspan="3">
|
||||
<th><h2>{{field['label']}}</h2></th>
|
||||
<tr>
|
||||
<th colspan="3"><h2>{{field['label']}}</h2></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user