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