From 642ac876f8249b2de576c4b15d9f44c1fb8e6945 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 7 Feb 2011 15:10:40 +0000 Subject: [PATCH] Fix: Bad style --- htdocs/user/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/user/fiche.php b/htdocs/user/fiche.php index 5b41352869f..59b2a87b60d 100644 --- a/htdocs/user/fiche.php +++ b/htdocs/user/fiche.php @@ -712,7 +712,7 @@ if (($action == 'create') || ($action == 'adduserldap')) print ''; // EMail - print ''.$langs->trans("EMail").($conf->global->USER_MAIL_REQUIRED?'*':'').''; + print 'global->USER_MAIL_REQUIRED?' class="fieldrequired"':'').'>'.$langs->trans("EMail").''; print ''; if ($ldap_mail) {