mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-15 22:11:36 +01:00
Removed space before :
This commit is contained in:
@@ -189,7 +189,7 @@ function dol_print_object_info($object)
|
||||
|
||||
// Import key
|
||||
if (isset($object->import_key))
|
||||
print $langs->trans("ImportedWithSet")." : " . $object->import_key . '<br>';
|
||||
print $langs->trans("ImportedWithSet").': '.$object->import_key.'<br>';
|
||||
|
||||
// User creation
|
||||
if (isset($object->user_creation))
|
||||
|
||||
Reference in New Issue
Block a user