prettyfied lists
[unfold.git] / plugins / lists / simplelist.html
index 1ac9010..e34d087 100644 (file)
@@ -1,4 +1,4 @@
 <table class='simplelist{%if with_datatables %} with-datatables{% endif %}'>
-{% if header %} <thead><tr><th class='simplelist'>{{ header }}</th></tr></thead> {% endif %}
+{% if header %} <thead class='simplelist'><tr><th class='simplelist'>{{ header }}</th></tr></thead> {% endif %}
 <tbody class='simplelist'></tbody>
 </table>