forked from I2P_Developers/i2p.i2p
/netdb: Fix UI bug with unpublished LeaseSets
This commit is contained in:
@ -327,7 +327,7 @@ class NetDbRenderer {
|
||||
if (!unpublished) {
|
||||
host = _context.namingService().reverseLookup(dest);
|
||||
}
|
||||
if (host != null) {
|
||||
if (unpublished || host != null) {
|
||||
buf.append(" colspan=\"2\"");
|
||||
}
|
||||
buf.append(">");
|
||||
|
Reference in New Issue
Block a user