diff --git a/WebCfgServer.cpp b/WebCfgServer.cpp index 8771ada..fc6452c 100644 --- a/WebCfgServer.cpp +++ b/WebCfgServer.cpp @@ -488,6 +488,7 @@ void WebCfgServer::buildOtaHtml(String &response) void WebCfgServer::buildMqttConfigHtml(String &response) { + buildHtmlHeader(response); response.concat("
"); response.concat("

MQTT Configuration

"); response.concat(""); @@ -579,6 +580,8 @@ void WebCfgServer::buildHtmlHeader(String &response) { response.concat("\n"); response.concat("\n"); + response.concat(""); + response.concat("\n"); response.concat("NUKI Hub\n"); response.concat("\n"); response.concat("\n");