From 634101ceb598a2d4b8b6ff799c2e070d21254882 Mon Sep 17 00:00:00 2001 From: xcps Date: Mon, 13 Aug 2018 22:29:58 +0500 Subject: [PATCH] Update HTTPServer.cpp Fix transport sections in web interface 2 --- daemon/HTTPServer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/HTTPServer.cpp b/daemon/HTTPServer.cpp index e5509f2b..cda3f2ec 100644 --- a/daemon/HTTPServer.cpp +++ b/daemon/HTTPServer.cpp @@ -578,7 +578,7 @@ namespace http { } if (!tmp_s.str ().empty ()) { - s << "
\r\n\r\n

"; + s << "

\r\n\r\n

"; s << tmp_s.str () << "

\r\n
\r\n"; } if (!tmp_s6.str ().empty ())