diff --git a/htdocs/exports/export.php b/htdocs/exports/export.php index 81e96c24479..c636dd292a7 100644 --- a/htdocs/exports/export.php +++ b/htdocs/exports/export.php @@ -939,7 +939,7 @@ if ($step == 4 && $datatoexport) // List of filtered fiels if (isset($objexport->array_export_TypeFields[0]) && is_array($objexport->array_export_TypeFields[0])) { - print ''.$langs->trans("FilteredFields").''; + print ''.$langs->trans("FilteredFields").''; $list = ''; if (!empty($array_filtervalue)) { @@ -953,7 +953,7 @@ if ($step == 4 && $datatoexport) } } } - print ''.(!empty($list) ? $list : $langs->trans("None")).''; + print ''.(!empty($list) ? $list : ''.$langs->trans("None").'').''; print ''; }