From 29d2e7edd04df8888489135cfc384a6adccfad14 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 2 Sep 2019 04:28:55 +0200 Subject: [PATCH] missing reposition --- htdocs/core/lib/ldap.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/lib/ldap.lib.php b/htdocs/core/lib/ldap.lib.php index 02212952084..0babce52470 100644 --- a/htdocs/core/lib/ldap.lib.php +++ b/htdocs/core/lib/ldap.lib.php @@ -124,7 +124,7 @@ function show_ldap_test_button($butlabel, $testlabel, $key, $dn, $objectclass) } else { - print ''.$butlabel.''; + print ''.$butlabel.''; } print '

'; }