diff --git a/main/http.cpp b/main/http.cpp
index 5ee7fc0..cbaa4b2 100644
--- a/main/http.cpp
+++ b/main/http.cpp
@@ -59,7 +59,7 @@ static void End_Control_Row(httpd_req_t *Req)
static void ParmForm_Info(httpd_req_t *Req)
{
httpd_resp_sendstr_chunk(Req, "
Info
");
- httpd_resp_sendstr_chunk(Req, "\n");
+}
+
// ============================================================================================================
static void Table_GPS(httpd_req_t *Req)
@@ -656,6 +667,7 @@ static void Html_Start(httpd_req_t *Req, const char *Title, const uint8_t Active
httpd_resp_sendstr_chunk(Req, Title);
httpd_resp_sendstr_chunk(Req, "\n\
\n\
+\n\