From 4f436cdf73158ba49c40473d8cd4cd02db144a6a Mon Sep 17 00:00:00 2001 From: SteWers <42718143+SteWers@users.noreply.github.com> Date: Mon, 15 Jan 2024 18:58:14 +0100 Subject: [PATCH] Remove first separator (#20507) --- tasmota/tasmota_xdrv_driver/xdrv_01_9_webserver.ino | 1 - 1 file changed, 1 deletion(-) diff --git a/tasmota/tasmota_xdrv_driver/xdrv_01_9_webserver.ino b/tasmota/tasmota_xdrv_driver/xdrv_01_9_webserver.ino index 617dcb62e..8356f05da 100644 --- a/tasmota/tasmota_xdrv_driver/xdrv_01_9_webserver.ino +++ b/tasmota/tasmota_xdrv_driver/xdrv_01_9_webserver.ino @@ -1492,7 +1492,6 @@ bool HandleRootStatusRefresh(void) #endif // USE_WEB_SSE WSContentSend_P(PSTR("{t}")); // - WSContentSeparator(0); // Print separator if (Settings->web_time_end) { WSContentSend_P(PSTR("{s}" D_TIMER_TIME "{m}%s{e}"), GetDateAndTime(DT_LOCAL).substring(Settings->web_time_start, Settings->web_time_end).c_str()); WSContentSeparator(0); // Print separator