From 6699bd47b58885d9f4ef2215788e967f9bf4fa28 Mon Sep 17 00:00:00 2001 From: 0niichan Date: Fri, 25 Mar 2016 22:48:58 +0700 Subject: [PATCH] Fixed b64 textarea in the webconsole --- HTTPServer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HTTPServer.cpp b/HTTPServer.cpp index 9ffa0599..67ddf362 100644 --- a/HTTPServer.cpp +++ b/HTTPServer.cpp @@ -534,7 +534,7 @@ namespace util auto dest = i2p::client::context.FindLocalDestination (ident); if (dest) { - s << "Base64:
\r\n
\r\n
\r\n"; s << "LeaseSets: " << dest->GetNumRemoteLeaseSets () << "
\r\n"; auto pool = dest->GetTunnelPool ();