mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-06-08 16:22:04 -04:00
BusinessProcess: config should end with a newline
This commit is contained in:
parent
6cad8bb9cb
commit
a63ac99ac5
1 changed files with 1 additions and 1 deletions
|
|
@ -411,7 +411,7 @@ class BusinessProcess
|
|||
foreach ($this->getChildren() as $child) {
|
||||
$conf .= $child->toLegacyConfigString();
|
||||
}
|
||||
return $conf;
|
||||
return $conf . "\n";
|
||||
}
|
||||
|
||||
public function renderHtml($view)
|
||||
|
|
|
|||
Loading…
Reference in a new issue