Modif esthétique mineure

This commit is contained in:
Laurent Destailleur 2004-11-23 17:49:52 +00:00
parent bfbf55b93a
commit 4b3b66000e

View File

@ -129,11 +129,11 @@ dolibarr_fiche_head($head, $hselected, $langs->trans("Modules"));
if (!$_GET["spe"]) if (!$_GET["spe"])
{ {
print "<br>".$langs->trans("ModulesDesc")."<br>\n"; print $langs->trans("ModulesDesc")."<br>\n";
} }
else else
{ {
print "<br>".$langs->trans("ModulesSpecialDesc")."<br>\n"; print $langs->trans("ModulesSpecialDesc")."<br>\n";
} }