mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-29 20:27:49 +02:00
Console: REALLY make sure tick displays when NTCP2 enabled
This commit is contained in:
parent
518cd26a9a
commit
b7587bc800
2 changed files with 7 additions and 13 deletions
|
@ -1115,7 +1115,7 @@ namespace http {
|
|||
{
|
||||
s << "<td>NTCP2";
|
||||
if (address->host.is_v6 ()) s << "v6";
|
||||
s << "</td><td><span class=\"enabled fizedsize\">" << tr("supported") << "</span></td>\r\n</tr>\r\n";
|
||||
s << "</td><td><span class=\"enabled fixedsize\">" << tr("supported") << "</span></td>\r\n</tr>\r\n";
|
||||
continue;
|
||||
}
|
||||
switch (address->transportStyle)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue