From 7bba2c8ecfb1dfe712a1ceb001512f4c1437a08d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 25 Aug 2009 22:35:10 +0000 Subject: [PATCH] Fix: W3C --- htdocs/comm/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/comm/index.php b/htdocs/comm/index.php index 0930ae5e132..99fa89b6e67 100644 --- a/htdocs/comm/index.php +++ b/htdocs/comm/index.php @@ -341,7 +341,7 @@ if ($conf->propal->enabled && $user->rights->propale->lire) } /* - * Last modified customers prospects + * Last modified customers or prospects */ if ($conf->societe->enabled && $user->rights->societe->lire) { @@ -394,7 +394,7 @@ if ($conf->societe->enabled && $user->rights->societe->lire) } else { - print ''.$langs->trans("None").''; + print ''.$langs->trans("None").''; } } }