MAIN page item added to HTML footer. (#1115)

This commit is contained in:
masj-mobica
2024-03-08 00:12:26 +01:00
committed by GitHub
parent c59e2ba686
commit d02008b7ca
5 changed files with 32 additions and 30 deletions

View File

@ -324,7 +324,7 @@ static int http_rest_app(http_request_t* request) {
}
else {
http_html_start(request, "Not available");
poststr(request, htmlFooterReturnToMenu);
poststr(request, htmlFooterReturnToMainPage);
poststr(request, "no APP available<br/>");
http_html_end(request);
}