From 4c4a9b8f6145a02b702865d979a28bbccc99cfd9 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 1 Oct 2024 13:35:16 +0200 Subject: [PATCH] fix update table --- functions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/functions.php b/functions.php index 7f84f78..2fd051a 100644 --- a/functions.php +++ b/functions.php @@ -178,6 +178,7 @@ function show_service_update($name, $update, $uptodate) { $str .= " ".$container."Already up to date"; } } + $str .= ''; echo $str; }