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 ())