Commit f530f2bc by Xavier Antoviaque

html-css-review: Add <tbody> to mentoring tables

parent 16fd946b
...@@ -7,10 +7,12 @@ ...@@ -7,10 +7,12 @@
{% endfor %} {% endfor %}
</thead> </thead>
{% endif %} {% endif %}
<tbody>
<tr> <tr>
{% for name, c in columns_frags %} {% for name, c in columns_frags %}
{{c.body_html|safe}} {{c.body_html|safe}}
{% endfor %} {% endfor %}
</tr> </tr>
</tbody>
</table> </table>
</div> </div>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment