Removed space before :
This commit is contained in:
parent
8c68b096fd
commit
16df86003d
@ -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))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user