diff --git a/htdocs/exports/export.php b/htdocs/exports/export.php index 525a5b17c9e..5373ea3a3b2 100644 --- a/htdocs/exports/export.php +++ b/htdocs/exports/export.php @@ -938,7 +938,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)) { @@ -952,7 +952,7 @@ if ($step == 4 && $datatoexport) } } } - print ''.(!empty($list) ? $list : $langs->trans("None")).''; + print ''.(!empty($list) ? $list : ''.$langs->trans("None").'').''; print ''; }