From 315d23005e8b6c455e8e507c3c29f3b1a7573623 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B8=D1=85=D0=B0=D0=B8=D0=BB=20=D0=9F=D0=BE=D0=B4?= =?UTF-8?q?=D0=B8=D0=B2=D0=B8=D0=BB=D0=BE=D0=B2?= Date: Sat, 11 May 2019 22:46:44 +0300 Subject: [PATCH] fix styles --- daemon/HTTPServer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/daemon/HTTPServer.cpp b/daemon/HTTPServer.cpp index d6d35f97..6c120540 100644 --- a/daemon/HTTPServer.cpp +++ b/daemon/HTTPServer.cpp @@ -167,12 +167,12 @@ namespace http { " \r\n" #endif " \r\n" - " Purple DOTNET " VERSION " Webconsole\r\n" + " .NET " VERSION " webconsole\r\n" << cssStyles << "\r\n"; s << "\r\n" - "
dotnet webconsole
\r\n" + "
.NET webconsole
\r\n" "
\r\n" "
\r\n" " Main page
\r\n
\r\n"