From 01fc21ffb96da58d62f306628420baebab0241b1 Mon Sep 17 00:00:00 2001 From: R4SAS Date: Sat, 31 Dec 2022 11:54:25 +0000 Subject: [PATCH] [webconsole] remove newline break Signed-off-by: R4SAS --- daemon/HTTPServer.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/daemon/HTTPServer.cpp b/daemon/HTTPServer.cpp index 4743efc2..1f7f75da 100644 --- a/daemon/HTTPServer.cpp +++ b/daemon/HTTPServer.cpp @@ -236,7 +236,6 @@ namespace http { } if (error != eRouterErrorNone) { - s << "
"; switch (error) { case eRouterErrorClockSkew: