diff --git a/daemon/HTTPServer.cpp b/daemon/HTTPServer.cpp
index 5348e81b..65add91a 100644
--- a/daemon/HTTPServer.cpp
+++ b/daemon/HTTPServer.cpp
@@ -689,8 +689,8 @@ namespace http {
bool i2pcontrol; i2p::config::GetOption("i2pcontrol.enabled", i2pcontrol);
if (httpproxy || socksproxy || bob || sam || i2cp || i2pcontrol) {
s << "
"
- << "" << tr("Router Services") << " |
\r\n";
- s << "";
+ << " | " << tr("Router Services") << "\r\n";
+ s << " ";
if (httpproxy)
s << " HTTP " << tr("Proxy") << " ";
if (socksproxy)
@@ -703,7 +703,7 @@ namespace http {
s << " I2CP ";
if (i2pcontrol)
s << " I2PControl";
- s << " |
\r\n";
+ s << "\r\n\r\n";
}
/*
s << "" << "HTTP " << tr("Proxy") << " | |