diff --git a/tasmota/xdrv_01_webserver.ino b/tasmota/xdrv_01_webserver.ino index ac8426388..d85af85b7 100644 --- a/tasmota/xdrv_01_webserver.ino +++ b/tasmota/xdrv_01_webserver.ino @@ -944,7 +944,7 @@ void HandleRoot(void) WSContentSendStyle(); - WSContentSend_P(PSTR("
")); + WSContentSend_P(PSTR("")); if (TasmotaGlobal.devices_present) { #ifdef USE_LIGHT if (TasmotaGlobal.light_type) {