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