diff --git a/htdocs/product/index.php b/htdocs/product/index.php index b52b5e84666..5cac6992dd5 100644 --- a/htdocs/product/index.php +++ b/htdocs/product/index.php @@ -64,7 +64,7 @@ if ($db->query($sql)) $db->free(); } -print ''; +print '
'; print ''; if (defined("MAIN_MODULE_PRODUIT") && MAIN_MODULE_PRODUIT) {
Nombre