mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2026-03-29 08:50:14 +00:00
Merge pull request #2296 from LLE8/fix_webconsole_main_page
Small webconsole html fix
This commit is contained in:
@@ -392,7 +392,10 @@ namespace http {
|
||||
}
|
||||
s << "</tbody>\r\n</table>\r\n";
|
||||
}
|
||||
s << "</div>\r\n</div>\r\n";
|
||||
if ((outputFormat == OutputFormatEnum::forWebConsole) || !includeHiddenContent) {
|
||||
s << "</div>\r\n"; // class slidecontent
|
||||
}
|
||||
s << "</div>\r\n"; // class slide
|
||||
if (outputFormat == OutputFormatEnum::forQtUi) {
|
||||
s << "<br>";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user