From b8e07eaff52f1a5f21b8e5a8f30c0b795780ec32 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat <thierry.parmentelat@inria.fr> Date: Wed, 6 Mar 2013 15:59:14 +0100 Subject: [PATCH] fix classname --- plugins/templates/simplelist.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/templates/simplelist.html b/plugins/templates/simplelist.html index 39c0298a..d2143323 100644 --- a/plugins/templates/simplelist.html +++ b/plugins/templates/simplelist.html @@ -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 %} -- 2.47.0