diff --git a/importexport/inc/class.importexport_import_ui.inc.php b/importexport/inc/class.importexport_import_ui.inc.php index 4bae968964..839bca30f8 100644 --- a/importexport/inc/class.importexport_import_ui.inc.php +++ b/importexport/inc/class.importexport_import_ui.inc.php @@ -168,7 +168,7 @@ use EGroupware\Api\Etemplate; if(count($plugin->get_warnings())) { $this->message .= "
\n".lang('Warnings').':'; foreach($plugin->get_warnings() as $record => $message) { - $this->message .= "\n$record: $message"; + $this->message .= "
\n$record: $message"; } } if(count($plugin->get_errors())) {