Skip to content

Commit

Permalink
Remove first separator (arendst#20507)
Browse files Browse the repository at this point in the history
  • Loading branch information
SteWers authored Jan 15, 2024
1 parent ab2439f commit 4f436cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tasmota/tasmota_xdrv_driver/xdrv_01_9_webserver.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4f436cd

Please sign in to comment.