diff --git a/src/sys/svc/hasp_http.cpp b/src/sys/svc/hasp_http.cpp index 518e0891..6c7f12ad 100644 --- a/src/sys/svc/hasp_http.cpp +++ b/src/sys/svc/hasp_http.cpp @@ -1117,9 +1117,9 @@ static void webHandleMqttConfig() // Group Name httpMessage += F("
"); - httpMessage += - F("
"); + httpMessage += F("
"); // Broker httpMessage += F("
"); @@ -1279,14 +1279,14 @@ static void webHandleWifiConfig() // Wifi SSID httpMessage += F("
"); httpMessage += F("
"); // Wifi Password httpMessage += F("
"); httpMessage += F("
");