diff --git a/lib/libesp32/berry_matter/src/embedded/Matter_UI.be b/lib/libesp32/berry_matter/src/embedded/Matter_UI.be index 551ddffeb..68b39a55e 100644 --- a/lib/libesp32/berry_matter/src/embedded/Matter_UI.be +++ b/lib/libesp32/berry_matter/src/embedded/Matter_UI.be @@ -79,10 +79,10 @@ class Matter_UI # Displays the Configure Matter button on the configuration page def web_add_config_button() import webserver - # webserver.content_send("

") - webserver.content_send("

") + webserver.content_send("

") + webserver.content_send(" Matter") end #- ---------------------------------------------------------------------- -# diff --git a/lib/libesp32/berry_tasmota/src/embedded/autoconf_module.be b/lib/libesp32/berry_tasmota/src/embedded/autoconf_module.be index cefd8b7b3..0071f41c0 100644 --- a/lib/libesp32/berry_tasmota/src/embedded/autoconf_module.be +++ b/lib/libesp32/berry_tasmota/src/embedded/autoconf_module.be @@ -124,7 +124,7 @@ autoconf_module.init = def (m) # Displays a "Autoconf" button on the configuration page def web_add_config_button() import webserver - webserver.content_send("

") + webserver.content_send("

") end @@ -147,17 +147,17 @@ autoconf_module.init = def (m) if cur_module # add button to reapply template - webserver.content_send("

") webserver.content_send("") - webserver.content_send("

") + webserver.content_send("") end webserver.content_send("

") webserver.content_send("
") webserver.content_send(format(" Select new auto-configuration")) - webserver.content_send("

") webserver.content_send("
") webserver.content_send("", ota_num)) - webserver.content_send("

") + webserver.content_send("") webserver.content_send("

") diff --git a/tasmota/berry/animate_demo/leds_animation.be b/tasmota/berry/animate_demo/leds_animation.be index cc76c80d2..daea4bb69 100644 --- a/tasmota/berry/animate_demo/leds_animation.be +++ b/tasmota/berry/animate_demo/leds_animation.be @@ -21,7 +21,7 @@ class Leds_animation_UI def web_add_button() import webserver webserver.content_send( - "

") + "

") end ####################################################################### diff --git a/tasmota/berry/artnet/artnet_ui.be b/tasmota/berry/artnet/artnet_ui.be index 3839a2a37..7675d9a89 100644 --- a/tasmota/berry/artnet/artnet_ui.be +++ b/tasmota/berry/artnet/artnet_ui.be @@ -26,7 +26,7 @@ class ArtNet_UI # Displays a "DMX ArtNet" button on the configuration page def web_add_config_button() import webserver - webserver.content_send("

") + webserver.content_send("

") end # #################################################################################################### @@ -101,7 +101,7 @@ class ArtNet_UI webserver.content_send("
") webserver.content_send(format(" ArtNet configuration")) - webserver.content_send("

") + webserver.content_send("

") # WS2812 bus configuration webserver.content_send(format("

WS2812 configuration:

")) @@ -168,7 +168,7 @@ class ArtNet_UI # button webserver.content_send("") - webserver.content_send("

") + webserver.content_send("") webserver.content_send("

") webserver.content_button(webserver.BUTTON_CONFIGURATION) diff --git a/tasmota/berry/lorawan/decoders/LwDecode.be b/tasmota/berry/lorawan/decoders/LwDecode.be index f9c97d7f3..8518572b5 100644 --- a/tasmota/berry/lorawan/decoders/LwDecode.be +++ b/tasmota/berry/lorawan/decoders/LwDecode.be @@ -410,7 +410,7 @@ class webPageLoRaWAN : Driver end def web_add_config_button() - webserver.content_send("

") + webserver.content_send("

") end def _get_max_nodes() diff --git a/tasmota/berry/modules/Partition_Wizard/partition_wizard.be b/tasmota/berry/modules/Partition_Wizard/partition_wizard.be index 3d50f4e51..46059986c 100644 --- a/tasmota/berry/modules/Partition_Wizard/partition_wizard.be +++ b/tasmota/berry/modules/Partition_Wizard/partition_wizard.be @@ -74,7 +74,7 @@ class Partition_wizard_UI def web_add_button() import webserver webserver.content_send( - "

") + "

") end # ---------------------------------------------------------------------- diff --git a/tasmota/berry/modules/partition.be b/tasmota/berry/modules/partition.be index 7862de404..5eb04f4b5 100644 --- a/tasmota/berry/modules/partition.be +++ b/tasmota/berry/modules/partition.be @@ -508,7 +508,7 @@ class Partition_manager_UI def web_add_button() import webserver webserver.content_send( - "

") + "

") end #- ---------------------------------------------------------------------- -# @@ -533,20 +533,20 @@ class Partition_manager_UI end if maxota != nil && maxota > 0 if !active && used > 0 - webserver.content_send("

") webserver.content_send("") webserver.content_send(format("", ota_num)) - webserver.content_send("

") + webserver.content_send("") else # put a fake disabled button - webserver.content_send("

") + webserver.content_send("

") if used >= 0 webserver.content_send("") else webserver.content_send("") end - webserver.content_send("

") + webserver.content_send("") end end diff --git a/tasmota/tasmota_xdrv_driver/xdrv_01_9_webserver.ino b/tasmota/tasmota_xdrv_driver/xdrv_01_9_webserver.ino index fb94c6a21..1fa09afa6 100644 --- a/tasmota/tasmota_xdrv_driver/xdrv_01_9_webserver.ino +++ b/tasmota/tasmota_xdrv_driver/xdrv_01_9_webserver.ino @@ -437,7 +437,7 @@ const char HTTP_COUNTER[] PROGMEM = "
"; const char HTTP_END[] PROGMEM = - "

Tasmota %s %s " D_BY " Theo Arends
" + "


Tasmota %s %s " D_BY " Theo Arends
" "" "" ""; @@ -1121,7 +1121,7 @@ void WSContentButton(uint32_t title_index, bool show=true) { /*-------------------------------------------------------------------------------------------*/ void WSContentSpaceButton(uint32_t title_index, bool show=true) { - WSContentSend_P(PSTR("
")); // 5px padding + WSContentSend_P(PSTR("

")); // 5px padding WSContentButton(title_index, show); } @@ -1451,7 +1451,7 @@ void HandleRoot(void) { WSContentSend_P(HTTP_SCRIPT_ROOT_PART2); WSContentSendStyle(); - WSContentSend_P(PSTR("
")); + WSContentSend_P(PSTR("

")); #ifndef FIRMWARE_MINIMAL @@ -3796,7 +3796,7 @@ void HandleManagement(void) { XdrvMailbox.index = 0; XdrvXsnsCall(FUNC_WEB_ADD_CONSOLE_BUTTON); -// WSContentSend_P(PSTR("
")); // 5px padding +// WSContentSend_P(PSTR("

")); // 5px padding XdrvCall(FUNC_WEB_ADD_MANAGEMENT_BUTTON); WSContentSpaceButton(BUTTON_MAIN); diff --git a/tasmota/tasmota_xdrv_driver/xdrv_52_9_berry.ino b/tasmota/tasmota_xdrv_driver/xdrv_52_9_berry.ino index 6c9e31a49..527b079dd 100644 --- a/tasmota/tasmota_xdrv_driver/xdrv_52_9_berry.ino +++ b/tasmota/tasmota_xdrv_driver/xdrv_52_9_berry.ino @@ -821,7 +821,7 @@ void HandleBerryBECLoaderButton(void) { const BeBECCode_t &bec = BECCode[i]; if (!(*bec.loaded)) { if (be_global_find(vm, be_newstr(vm, bec.id)) < 0) { // the global name doesn't exist - WSContentSend_P("

", bec.id, bec.display_name); + WSContentSend_P("

", bec.id, bec.display_name); } else { *bec.loaded = true; }