mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
FIX avoid to show html entities
This commit is contained in:
parent
a7a50b39a9
commit
8e427353e0
|
|
@ -2063,7 +2063,7 @@ if ($action == 'create' || $action == 'adduserldap') {
|
|||
print '<td>';
|
||||
if (!empty($object->api_key)) {
|
||||
print '<span class="opacitymedium">';
|
||||
print showValueWithClipboardCPButton($object->api_key, 1, $langs->trans("Hidden")); // TODO Add an option to also reveal the hash, not only copy paste
|
||||
print showValueWithClipboardCPButton($object->api_key, 1, $langs->transnoentities("Hidden")); // TODO Add an option to also reveal the hash, not only copy paste
|
||||
print '</span>';
|
||||
}
|
||||
print '</td></tr>';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user