HTML BUGFIX: what was double quotation mark doing in "Launch Web Application" button?

This commit is contained in:
openshwprojects
2023-01-26 11:44:29 +01:00
parent f8791a7c9a
commit e813d4379f

View File

@ -881,7 +881,7 @@ int http_fn_index(http_request_t* request) {
poststr(request, "return confirm('Are you sure to try exiting safe mode? NOTE: This will enable rest interface etc, but still wont run autoexec')\">"
"</form>");
}
poststr(request, "<form action=\"/app\" target=\"_blank\"><input type=\"submit\" value=\"Launch Web Application\"\"></form> ");
poststr(request, "<form action=\"/app\" target=\"_blank\"><input type=\"submit\" value=\"Launch Web Application\"></form> ");
poststr(request, "<form action=\"about\"><input type=\"submit\" value=\"About\"/></form>");
poststr(request, htmlFooterRefreshLink);