add linebreake after api log output

This commit is contained in:
Christopher 2020-10-25 13:13:04 +01:00
parent b4c39257f9
commit 3bf0f167e8
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@
if(strtoupper($_REQUEST['METODE']) == "HTMLLOG")
{
$logOutput = $dockerClient->getContainerLogs($currentContainer['Id']);
echo html_entity_decode(clean($logOutput));
echo html_entity_decode(clean($logOutput))."\n";
}
if(strtoupper($_REQUEST['METODE']) == "COMMAND")