"
+ s << "" << tr("Router Identity") << " | "
<< i2p::context.GetRouterInfo().GetIdentHashBase64() << " |
\r\n";
s << "" << tr("Router Caps") << " | " << i2p::context.GetRouterInfo().GetProperty("caps") << " |
\r\n";
if (!i2p::context.GetRouterInfo().GetProperty("family").empty())
- s << "" << tr("Router Family") << " | "
- << i2p::context.GetRouterInfo().GetProperty("family") << " |
\r\n";
+ s << "" << tr("Router Family") << " | "
+ << i2p::context.GetRouterInfo().GetProperty("family") << " |
\r\n";
auto family = i2p::context.GetFamily ();
if (family.length () > 0)
s << ""<< tr("Family") << " | " << family << " \r\n";
@@ -1216,12 +1216,12 @@ namespace http {
default:
s << " | " << tr("Unknown") << " | \r\n";
}
- s << "" << address->host.to_string() << ":" << address->port << " | \r\n
\r\n";
+ s << "