From f5b682619ff6f01c3a9dc3b97482e63536f3505f Mon Sep 17 00:00:00 2001 From: R4SAS Date: Wed, 15 May 2019 14:15:10 +0300 Subject: [PATCH] [webconsole] move b33 to spoiler, fix typo --- daemon/HTTPServer.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/daemon/HTTPServer.cpp b/daemon/HTTPServer.cpp index 963fed71..38b53ff3 100644 --- a/daemon/HTTPServer.cpp +++ b/daemon/HTTPServer.cpp @@ -357,7 +357,9 @@ namespace http { if (dest->IsEncryptedLeaseSet ()) { i2p::data::BlindedPublicKey blinded (dest->GetIdentity ()); - s << "B33: " << blinded.ToB33 () << ".32.bi2p
\r\n"; + s << "
\r\n\r\n

\r\n"; + s << blinded.ToB33 () << ".b32.i2p
\r\n"; + s << "

\r\n
\r\n"; } if(dest->GetNumRemoteLeaseSets())