mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Add missing new line between import warnings
This commit is contained in:
parent
791d1f1d74
commit
980b967071
@ -168,7 +168,7 @@ use EGroupware\Api\Etemplate;
|
|||||||
if(count($plugin->get_warnings())) {
|
if(count($plugin->get_warnings())) {
|
||||||
$this->message .= "<br />\n".lang('Warnings').':';
|
$this->message .= "<br />\n".lang('Warnings').':';
|
||||||
foreach($plugin->get_warnings() as $record => $message) {
|
foreach($plugin->get_warnings() as $record => $message) {
|
||||||
$this->message .= "\n$record: $message";
|
$this->message .= "<br />\n$record: $message";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(count($plugin->get_errors())) {
|
if(count($plugin->get_errors())) {
|
||||||
|
Loading…
Reference in New Issue
Block a user