Remove first separator (#20507)

This commit is contained in:
SteWers 2024-01-15 18:58:14 +01:00 committed by GitHub
parent ab2439f6c8
commit 4f436cdf73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1492,7 +1492,6 @@ bool HandleRootStatusRefresh(void)
#endif // USE_WEB_SSE
WSContentSend_P(PSTR("{t}")); // <table style='width:100%'>
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