From 4c75e6644d5b97624b0e422bdc3e43b746c7aa78 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 7 Mar 2019 21:57:03 +0100 Subject: [PATCH] Fix css --- htdocs/product/list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/list.php b/htdocs/product/list.php index 51a096d1cd7..45066e5ccdc 100644 --- a/htdocs/product/list.php +++ b/htdocs/product/list.php @@ -818,7 +818,7 @@ if ($resql) // Duration if ((string) $type == '1' && ! empty($arrayfields['p.duration']['checked'])) { - print ''; + print ''; if (preg_match('/([^a-z]+)[a-z]$/i', $obj->duration)) {