From 3bf0f167e82d9033bafcf15af6526564fdecfac4 Mon Sep 17 00:00:00 2001 From: Christopher Date: Sun, 25 Oct 2020 13:13:04 +0100 Subject: [PATCH] add linebreake after api log output --- api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.php b/api.php index c0ebdf3..907491f 100644 --- a/api.php +++ b/api.php @@ -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")