add additional break row

This commit is contained in:
R4SAS 2017-07-08 16:59:10 +03:00
parent 2bc5b97662
commit 6d259e00a3

View file

@ -553,6 +553,7 @@ namespace http {
s << " [itag:" << it.second->GetRelayTag () << "]";
s << "<br>\r\n" << std::endl;
}
s << "<br>\r\n";
}
auto sessions6 = ssuServer->GetSessionsV6 ();
if (!sessions6.empty ())
@ -569,6 +570,7 @@ namespace http {
s << " [itag:" << it.second->GetRelayTag () << "]";
s << "<br>\r\n" << std::endl;
}
s << "<br>\r\n";
}
}
}