diff --git a/htdocs/admin/ldap.php b/htdocs/admin/ldap.php index eb672e266bd..bea4645950f 100644 --- a/htdocs/admin/ldap.php +++ b/htdocs/admin/ldap.php @@ -292,7 +292,7 @@ if (defined("LDAP_SERVER_HOST") && LDAP_SERVER_HOST && $_GET["action"] == 'test' else { print "connection au dn $dn raté"; - print "img_picto('alerte')
"; + print img_picto('alerte')"
"; } $unbind = dolibarr_ldap_unbind($ds); @@ -304,7 +304,7 @@ if (defined("LDAP_SERVER_HOST") && LDAP_SERVER_HOST && $_GET["action"] == 'test' else { print "déconnection du dn $dn raté"; - print "img_picto('alerte')
"; + print img_picto('alerte')"
"; } } else