diff --git a/src/WebCfgServer.cpp b/src/WebCfgServer.cpp index 18765ce..5986ed4 100644 --- a/src/WebCfgServer.cpp +++ b/src/WebCfgServer.cpp @@ -1601,18 +1601,18 @@ esp_err_t WebCfgServer::buildOtaHtml(PsychicRequest *request, PsychicResponse* r #else String build_type = "debug"; #endif - response.print("
"); - response.print(""); - response.print(""); + response.print(""); + response.print(""); + response.print(""); #if defined(CONFIG_IDF_TARGET_ESP32S3) if(esp_psram_get_size() <= 0) { - response.print(""); + response.print(""); } #elif defined(CONFIG_IDF_TARGET_ESP32) && !defined(NUKI_TARGET_GL_S10) if(_preferences->getInt(preference_network_hardware) == 8) { - response.print(""); + response.print(""); } #endif response.print("