Browse Source

[webconsole] remove excess tag

Signed-off-by: R4SAS <r4sas@i2pmail.org>
pull/1499/head
R4SAS 5 years ago
parent
commit
2249708097
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
  1. 2
      daemon/HTTPServer.cpp

2
daemon/HTTPServer.cpp

@ -299,7 +299,7 @@ namespace http {
} }
s << "</tbody></table>\r\n"; s << "</tbody></table>\r\n";
} }
s << "</table>\r\n</div>\r\n</div>\r\n"; s << "</div>\r\n</div>\r\n";
if(outputFormat==OutputFormatEnum::forQtUi) { if(outputFormat==OutputFormatEnum::forQtUi) {
s << "<br>"; s << "<br>";
} }

Loading…
Cancel
Save