fix classname
[unfold.git] / plugins / templates / simplelist.html
index 39c0298..d214332 100644 (file)
@@ -1,4 +1,4 @@
-<table class='simplelist {%if with_datatables %}with-datatables{% endif %}'>
+<table class='simplelist{%if with_datatables %} with-datatables{% endif %}'>
 {% if header %}
 <thead><tr><th>{{ header }}</th></tr></thead>
 {% endif %}