Fix: parenthse manquante

This commit is contained in:
Regis Houssin
2009-05-14 07:27:42 +00:00
parent a60c0d02d1
commit 09b286de39

View File

@@ -197,8 +197,8 @@ function dol_loginfunction($langs,$conf,$mysoc)
if (! empty($conf->global->MAIN_SECURITY_DISABLEFORGETPASSLINK)) print '(';
else print ' - ';
print $langs->trans("NeedHelpCenter");
print ')</a>';
}
print ')</a>';
print '</td></tr>';
}