diff --git a/htdocs/imports/import.php b/htdocs/imports/import.php index 5fd717a6b47..06d0e588628 100644 --- a/htdocs/imports/import.php +++ b/htdocs/imports/import.php @@ -822,9 +822,9 @@ if ($step == 4 && $datatoimport) if ($objimport->array_import_convertvalue[0][$code]['rule']=='fetchfromref') $htmltext.=$langs->trans("DataComeFromIdFoundFromRef",$filecolumn,$langs->transnoentitiesnoconv($entitylang)).'
'; } } - $htmltext.=$langs->trans("SourceRequired").': '.yn(preg_match('/\*$/',$label)).''; + $htmltext.=$langs->trans("SourceRequired").': '.yn(preg_match('/\*$/',$label)).'
'; $example=$objimport->array_import_examplevalues[0][$code]; - if ($example) $htmltext.='
'.$langs->trans("SourceExample").': '.$example.'
'; + if ($example) $htmltext.=$langs->trans("SourceExample").': '.$example.'
'; $htmltext.='
'; // Target field info $htmltext.=''.$langs->trans("FieldTarget").'
';