From a8ecfe2fb42c8165c173c686c5024d633884c149 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 16 Nov 2011 23:38:10 +0100 Subject: [PATCH] Look: Minor fix --- htdocs/imports/import.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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").'
';