From 6c4e314adcdb263eefead1c036376e195c228762 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Mon, 11 Nov 2024 16:26:07 +0100 Subject: [PATCH] Gui tuning --- tasmota/tasmota_xdrv_driver/xdrv_01_9_webserver.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasmota/tasmota_xdrv_driver/xdrv_01_9_webserver.ino b/tasmota/tasmota_xdrv_driver/xdrv_01_9_webserver.ino index a7c391b81..e3736dbd7 100644 --- a/tasmota/tasmota_xdrv_driver/xdrv_01_9_webserver.ino +++ b/tasmota/tasmota_xdrv_driver/xdrv_01_9_webserver.ino @@ -989,7 +989,7 @@ void WSContentButton(uint32_t title_index, bool show=true) { } void WSContentSpaceButton(uint32_t title_index, bool show=true) { - WSContentSend_P(PSTR("
"),title_index, show ? "block":"none"); // 5px padding + WSContentSend_P(PSTR("")); // 5px padding WSContentButton(title_index, show); } @@ -1230,7 +1230,7 @@ void HandleRoot(void) { WSContentSend_P(HTTP_SCRIPT_ROOT_PART2); WSContentSendStyle(); - WSContentSend_P(PSTR("")); + WSContentSend_P(PSTR("")); #ifndef FIRMWARE_MINIMAL