diff --git a/daemon/HTTPServer.cpp b/daemon/HTTPServer.cpp index 3113662f..7217879f 100644 --- a/daemon/HTTPServer.cpp +++ b/daemon/HTTPServer.cpp @@ -427,10 +427,12 @@ namespace http { static void GetStyles (std::stringstream& s) { - if (externalCSS.length() != 0) + if (externalCSS.length() != 0) { s << "\r\n"; - else + } else { s << internalCSS; + externalCSS = ""; + } } const char HTTP_PAGE_TUNNEL_SUMMARY[] = "tunnel_summary"; @@ -674,18 +676,16 @@ namespace http { void ShowStatus (std::stringstream& s, bool includeHiddenContent, i2p::http::OutputFormatEnum outputFormat) { - if (i2p::context.SupportsV4 ()) - { - s << "