Skip to content

Commit

Permalink
missing reposition
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Sep 2, 2019
1 parent c589fdc commit 29d2e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/lib/ldap.lib.php
Expand Up @@ -124,7 +124,7 @@ function show_ldap_test_button($butlabel, $testlabel, $key, $dn, $objectclass)
}
else
{
print '<a class="butAction" href="'.$_SERVER["PHP_SELF"].'?action='.$testlabel.'">'.$butlabel.'</a>';
print '<a class="butAction reposition" href="'.$_SERVER["PHP_SELF"].'?action='.$testlabel.'">'.$butlabel.'</a>';
}
print '<br><br>';
}
Expand Down

0 comments on commit 29d2e7e

Please sign in to comment.