mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2026-07-28 18:49:22 +00:00
Webconsole: fix Transports lists
This commit is contained in:
@@ -979,7 +979,10 @@ namespace http {
|
||||
<< "</b> ( " << cnt << " )</label>\r\n"
|
||||
<< "<input type=\"checkbox\" id=\"slide_" << boost::algorithm::to_lower_copy(name) << "\" />\r\n"
|
||||
<< "<div class=\"slidecontent list\">\r\n\r\n"
|
||||
<< tmp_s.str () << "</div>\r\n<br>\r\n</div>\r\n";
|
||||
<< tmp_s.str ()
|
||||
<< "<div class=\"listitem\">\r\n"
|
||||
<< " </div>\r\n" << std::endl
|
||||
<< "</div>\r\n</div>\r\n\r\n";
|
||||
}
|
||||
if (!tmp_s6.str ().empty ())
|
||||
{
|
||||
@@ -987,7 +990,10 @@ namespace http {
|
||||
<< "v6</b> ( " << cnt6 << " )</label>\r\n"
|
||||
<< "<input type=\"checkbox\" id=\"slide_" << boost::algorithm::to_lower_copy(name) << "v6\" />\r\n"
|
||||
<< "<div class=\"slidecontent list\">\r\n\r\n"
|
||||
<< tmp_s6.str () << "</div>\r\n<br>\r\n</div>\r\n";
|
||||
<< tmp_s6.str ()
|
||||
<< "<div class=\"listitem\">\r\n"
|
||||
<< " </div>\r\n" << std::endl
|
||||
<< "</div>\r\n</div>\r\n\r\n";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user