From 4b3b66000e603429105bc82e439069e9f59ad0db Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 23 Nov 2004 17:49:52 +0000 Subject: [PATCH] =?UTF-8?q?Modif=20esth=E9tique=20mineure?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/admin/modules.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/admin/modules.php b/htdocs/admin/modules.php index 0e45d12f192..82ebefaf849 100644 --- a/htdocs/admin/modules.php +++ b/htdocs/admin/modules.php @@ -129,11 +129,11 @@ dolibarr_fiche_head($head, $hselected, $langs->trans("Modules")); if (!$_GET["spe"]) { - print "
".$langs->trans("ModulesDesc")."
\n"; + print $langs->trans("ModulesDesc")."
\n"; } else { - print "
".$langs->trans("ModulesSpecialDesc")."
\n"; + print $langs->trans("ModulesSpecialDesc")."
\n"; }