diff --git a/HTTPServer.cpp b/HTTPServer.cpp
index 9eed80d9..cfcf4261 100644
--- a/HTTPServer.cpp
+++ b/HTTPServer.cpp
@@ -59,6 +59,8 @@ namespace http {
" caption { font-size: 1.5em; text-align: center; color: #894C84; }\r\n"
" table { width: 100%; border-collapse: collapse; text-align: center; }\r\n"
" .private { background: black; color: black; } .private:hover { background: black; color: white } \r\n"
+ " .slide p, .slide [type='checkbox']{ display:none; } \r\n"
+ " .slide [type='checkbox']:checked ~ p { display:block; } \r\n"
"\r\n";
const char HTTP_PAGE_TUNNELS[] = "tunnels";
@@ -206,7 +208,10 @@ namespace http {
s << numKBytesSent / 1024 / 1024 << " GiB";
s << " (" << (double) i2p::transport::transports.GetOutBandwidth () / 1024 << " KiB/s)
\r\n";
s << "Data path: " << i2p::fs::GetDataDir() << "
\r\n
\r\n";
- s << "Router Ident: " << i2p::context.GetRouterInfo().GetIdentHashBase64()<< "
\r\n";
+ s << "