fix classname
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 6 Mar 2013 14:59:14 +0000 (15:59 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 6 Mar 2013 14:59:14 +0000 (15:59 +0100)
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 %}