From 25b10d5c6d3dc33b2a057d18c253dfa4227a6a09 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 11 Aug 2005 23:35:27 +0000 Subject: [PATCH] =?UTF-8?q?Look:=20Modif=20esth=E9tiques=20mineures?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/admin/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/admin/index.php b/htdocs/admin/index.php index 309ccd4a489..054e28c65f6 100644 --- a/htdocs/admin/index.php +++ b/htdocs/admin/index.php @@ -76,7 +76,7 @@ if (isset($_GET["action"]) && $_GET["action"] == 'edit') print ''; print ''.$langs->trans("CompanyAddress").''; - print ''; + print ''; print ''.$langs->trans("Country").''; $form->select_pays(MAIN_INFO_SOCIETE_PAYS);