Merge pull request #1854 from Vort/server_forwards_style

use correct style for Server Forwards section
static-build
orignal 1 year ago committed by GitHub
commit 64fe56aa07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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