mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-02-11 07:45:47 +00:00
Reverted escaping
This commit is contained in:
@ -261,7 +261,7 @@ static int http_rest_app(http_request_t* request) {
|
||||
poststr(request, htmlDoctype);
|
||||
|
||||
poststr(request, "<head><title>");
|
||||
poststr_escaped(request, CFG_GetDeviceName());
|
||||
poststr(request, CFG_GetDeviceName());
|
||||
poststr(request, "</title>");
|
||||
|
||||
poststr(request, htmlShortcutIcon);
|
||||
|
||||
Reference in New Issue
Block a user