From 5a83fac91edfbb0b91840efb4d776e6860b9a172 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 10 Aug 2004 14:56:43 +0000 Subject: [PATCH] Modif mineure style d'une table --- htdocs/product/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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