From e3c1aa8836bab444879074f58aacb436c293f44b Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Fri, 2 Apr 2021 16:16:38 +0200 Subject: [PATCH] Better align dynamic data --- tasmota/xdrv_01_webserver.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {