Console: REALLY make sure tick displays when NTCP2 enabled

This commit is contained in:
dr|z3d 2021-08-14 21:08:04 +00:00
parent 518cd26a9a
commit b7587bc800
2 changed files with 7 additions and 13 deletions

View file

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