fix table headers: tr elements cannot have a colspan, th elements can

This commit is contained in:
Fabian Franz 2018-08-12 22:02:49 +02:00 committed by Franco Fichtner
parent 29cb71425d
commit 3836464e86

View File

@ -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>