mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-02-09 04:55:36 +00:00
HTML BUGFIX: what was double quotation mark doing in "Launch Web Application" button?
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user