diff --git a/tasmota/xdrv_01_webserver.ino b/tasmota/xdrv_01_webserver.ino index 4fb1303ed..e4f2bd4a4 100644 --- a/tasmota/xdrv_01_webserver.ino +++ b/tasmota/xdrv_01_webserver.ino @@ -448,7 +448,7 @@ const char HTTP_FORM_OTHER[] PROGMEM = "
" "

" "
 " D_TEMPLATE " " - "

" + "

" // We need ' apostrophe here as the template contains " quotation mark "

" "
" "
" @@ -2041,7 +2041,7 @@ void HandleOtherConfiguration(void) void OtherSaveSettings(void) { - char tmp[TOPSZ]; + char tmp[300]; // Needs to hold complete ESP32 template of minimal 230 chars char webindex[5]; char friendlyname[TOPSZ]; char message[LOGSZ];