diff --git a/tasmota/xdrv_01_webserver.ino b/tasmota/xdrv_01_webserver.ino index 391831a0f..f7cbfe44c 100644 --- a/tasmota/xdrv_01_webserver.ino +++ b/tasmota/xdrv_01_webserver.ino @@ -384,7 +384,8 @@ const char HTTP_MSG_SLIDER2[] PROGMEM = "
%s%s
" "
"; const char HTTP_MSG_SLIDER_HUE[] PROGMEM = // Hue - "
"; + "
" + "
"; const char HTTP_MSG_SLIDER_SAT[] PROGMEM = // Saturation "
"; const char HTTP_MSG_RSTRT[] PROGMEM =