Browse Source

use correct style for Server Forwards section

pull/1854/head
Vort 1 year ago
parent
commit
47eb49c34e
  1. 2
      daemon/HTTPServer.cpp

2
daemon/HTTPServer.cpp

@ -1001,7 +1001,7 @@ namespace http { @@ -1001,7 +1001,7 @@ namespace http {
for (auto& it: serverForwards)
{
auto& ident = it.second->GetLocalDestination ()->GetIdentHash();
s << "<a href=\"" << webroot << "?page=" << HTTP_PAGE_LOCAL_DESTINATION << "&b32=" << ident.ToBase32 () << "\">";
s << "<div class=\"listitem\"><a href=\"" << webroot << "?page=" << HTTP_PAGE_LOCAL_DESTINATION << "&b32=" << ident.ToBase32 () << "\">";
s << it.second->GetName () << "</a> &#8656; ";
s << i2p::client::context.GetAddressBook ().ToAddress(ident);
s << "</div>\r\n"<< std::endl;

Loading…
Cancel
Save