Small webconsole html fix

This commit is contained in:
Anon2026
2026-01-22 00:39:42 +03:00
parent 08aa515228
commit fea26da35b
+4 -1
View File
@@ -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>";
}