From 359781c69881688d4a4c58e3ab60f620ebefeeba Mon Sep 17 00:00:00 2001 From: R4SAS Date: Wed, 15 Feb 2023 17:56:44 +0000 Subject: [PATCH] [webconsole] streams table little fix Signed-off-by: R4SAS --- daemon/HTTPServer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/HTTPServer.cpp b/daemon/HTTPServer.cpp index 2f846257..f78057b3 100644 --- a/daemon/HTTPServer.cpp +++ b/daemon/HTTPServer.cpp @@ -554,7 +554,7 @@ namespace http { << tr("Streams") << "\r\n\r\n" << "StreamID" - << "" // Stream closing button column + << " " // Stream closing button column << "Destination" << "Sent" << "Received"